get_project_collaborators.Rd
Get the collaborators, aka user roles in Project or Framework.
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. |
A tibble of collaborators
Fields allowed: project, framework, user, project_role, effective_role, organization_role, created_at, updated_at, group