API Docs / Schemas / AddTeamMembersRequest

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"
  ]
}

Used By Operations