Description Usage Arguments Value Examples
Returns a list of all users invited to the project and their privileges. Project ID is specified as path parameter. Call returns ID and username of the user with privileges.
1 | project_members(auth_token = NULL, project_id = NULL, ...)
|
auth_token |
auth token |
project_id |
ID of a project you want to access. |
... |
parameters passed to sbgapi function |
parsed list of the returned json
1 2 3 | token = '420b4672ebfc43bab48dc0d18a32fb6f'
req = project_members(token,
project_id = 'b0b3a611-6bb0-47e5-add7-a83402cf7858')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.