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
)Highbond authentication credentials, created from setup_highbond
Required if other parameter is blank.
Required if the other parameter is blank. Base64 encoded parent resource id (project or framework) and user uid, encoded from format parent_resource_id:user_uid..
OPTIONAL. A character vector each field requested within the project. NULL will default to all fields.
Defaults to 50. Maximum is 100.
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