Modify a project member's permissions

This call edits a user's permissions in a specified project. It can only be successfully made by a user who has admin permissions in the project.

Path Params
string
required

If you are using Enterprise, use the name of the Division that owns the project; otherwise, enter the project owner's Platform username.

string
required

The short name of the project containing the project member.

string
required

The project member whose permissions you are editing.

Query Params
string

Selector specifying a subset of fields to include in the response.

Body Params
boolean

User can view file names, metadata, and workflows. They cannot view file contents. All members of a project have read permissions by default. Even if you try setting read permissions to false, they will still default to true.

boolean

User can add, modify, and remove files and workflows in a project. Set value to true to assign the user write permission. Set to false to remove write permission.

boolean

User can view file content, copy, and download files from a project. Set value to true to assign the user copy permission. Set to false to remove copy permission.

boolean

User can execute workflows and abort tasks in a project. Set value to true to assign the user execute permission. Set to false to remove execute permission.

boolean

User can modify another user's permissions on a project, add or remove people from the project and manage funding sources. They also have all of the above permissions. Set value to true to assign the user admin permission. Set to false to remove admin permission.

Headers
string
required

Your Seven Bridges Platform authentication token. For security reasons, token will not be automatically populated in the generated code sample. Please replace <your-token-here> with your token before executing this call.

Response

Language
Request
Response
Choose an example:
application/json