Description Usage Arguments Details Value
Get the collaborators, aka user roles in Project or Framework.
1 2 3 4 5 6 7 8 | get_project_collaborators(
auth,
project_id = NULL,
encoded_uid = NULL,
fields = NULL,
pagesize = 50,
waittime = 0.2
)
|
auth |
Highbond authentication credentials, created from |
project_id |
Required if other parameter is blank. |
encoded_uid |
Required if the other parameter is blank. Base64 encoded parent resource id (project or framework) and user uid, encoded from format |
fields |
OPTIONAL. A character vector each field requested within the project. NULL will default to all fields. |
pagesize |
Defaults to 50. Maximum is 100. |
waittime |
Time in seconds to wait between requests. |
Fields allowed: project, framework, user, project_role, effective_role, organization_role, created_at, updated_at, group
A tibble of collaborators
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.