project_members: Returns a list of all users invited to the project and their...

Description Usage Arguments Value Examples

View source: R/api-misc.R

Description

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.

Usage

1
project_members(token = NULL, project_id = NULL, ...)

Arguments

token

auth token

project_id

ID of a project you want to access.

...

parameters passed to api function

Value

parsed list of the returned json

Examples

1
2
3
4
token <- "your_token"
## Not run: 
req <- project_members(token, project_id = "your_project_id")
## End(Not run)

sevenbridges documentation built on March 25, 2021, 6 p.m.