Skip to main content

Team Member (Object)

A JSON object that represents a user or a company that is involved with a segment a comment or a scope in general.

See this namespace for more: resources/team

PROPERTIES

A JSON object:

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

 

EXAMPLES

A document level comment:

CODE
{
  "cid": 354,
  "cnm": "Supertrans",
  "uid": 987,
  "unm": "Hell Mikael",
  "role": "Translation English - French"
}
 

 

 

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.