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:
cid | The company id of the member. | int |
cnm | Company name | string |
uid | The user/person id. If the member is the company and not a specific user then the value is null. | int? |
unm | The 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:
| string |
EXAMPLES
A document level comment:
CODE
{
"cid": 354,
"cnm": "Supertrans",
"uid": 987,
"unm": "Hell Mikael",
"role": "Translation English - French"
}