UpdateUserAccessOnProject
This method can be used for the following functionality: Update a users' access on a project.
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
project_id (string)
Id of the project.
Example:
user_id (string)
Id of the user.
Example:
update (string)
Permissions on the project. Must be one of the following: View, Upload, Edit, Delete, Restore. If you select Delete the user will be removed from the project. If you select Restore the user will be restored on the project with prior permissions.
Example:
Example
The following example is a cURL request to update a users' access to Edit on a project.
Request
Include API Token instead of stars in 'X-SSAPI-KEY: ***************************************' parameter.
Response
Response contains a status.
Last updated