Overwrite a project member's permissions

This call changes a project member's permissions for a specified project.

Users may have the following permissions on the Seven Bridges Platform:

  • Read
  • Write
  • Copy
  • Execute
  • Admin

For more information, see the documentation on setting project member permissions. Note that some user permissions imply others: for example, if you give a user admin permission, then they automatically receive read, write, copy and execute permissions.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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 Seven Bridges Platform username of the user whose permissions you are overwriting.

Query Params
fields
array of strings

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

fields
Body Params
boolean
required

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
required

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
required

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
required

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
required

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
LoadingLoading…
Response
Choose an example:
application/json