Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The result is a JSON object:

members

An array of members, See member object below.

array<object>

 

Each member has these properties:

cidThe company id of the member.int

cnm

Company name

string
uidThe user/person id. If the member is the company and not a specific user then the value is null.int?
unmThe user/person name. If the member is the company and not a specific user then the value is null.string?
role

A localized text that explains the exact role of the person, for example:

  • Translation English to French
  • Project manager
  • Editor
  • ...
string

See Team Member (Object) for properties.

array<object>

 

Note: The mechanism for obtaining team members depend on the scope. For project and job scopes, the system looks for jobs and the project manager. For document set, resource and global search scopes members include only the people who have done text edits.

...