get_project_collaborators {galvanizer}R Documentation

Retrieve Highbond Projects - Collaborators

Description

Get the collaborators, aka user roles in Project or Framework.

Usage

get_project_collaborators(
  auth,
  project_id = NULL,
  encoded_uid = NULL,
  fields = NULL,
  pagesize = 50,
  waittime = 0.2
)

Arguments

auth

Highbond authentication credentials, created from setup_highbond

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 parent_resource_id:user_uid..

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.

Details

Fields allowed: project, framework, user, project_role, effective_role, organization_role, created_at, updated_at, group

Value

A tibble of collaborators


[Package galvanizer version 0.5.3 Index]