AddTeamMembersRequest
Request DTO for adding members to a team
Properties
| Name | Type | Description |
|---|---|---|
| userCodes* | array of string | The user codes of the members to add |
The user codes of the members to add | ||
JSON Example
{
"userCodes": [
"string"
]
}
Request DTO for adding members to a team
| Name | Type | Description |
|---|---|---|
| userCodes* | array of string | The user codes of the members to add |
The user codes of the members to add | ||
{
"userCodes": [
"string"
]
}