AddUserToGroup
This method can be used for the following functionality: Add a user to a group.
Parameters
The following URL, Headers and Parameters are required for requests to this API endpoint. Where a parameter is optional, it will be indicated. Otherwise treat all parameters as mandatory.
Headers
Query
group_id (string)
Id of the group.
Example:
user_id (string)
Id of the user.
Example:
access_level (string)
Default access level to all group projects. Must be one of the following: View, Upload, Edit
Example:
Example
The following example is a cURL request to add a user to a group with View access to all group projects.
Request
Include API Token instead of stars in 'X-SSAPI-KEY: ***************************************' parameter.
Response
Response contains a status.
Last updated