Batch assign members
Assign multiple members to a specific team in a single request. This endpoint allows for efficient management of team memberships by processing multiple assignments at once. It is useful for organizations looking to streamline their team management processes.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique identifier of the team to which members will be assigned.
Body
An array of team member assignments, where each item specifies the details of a team member to be assigned. Each item is of type 'TeamMemberAssignment'.
Response
successful operation
The date and time when the batch operation was completed, in ISO 8601 format.
An array of TeamMemberResponse objects representing the results of the batch operation.
The date and time when the batch operation started, in ISO 8601 format.
The current status of the batch operation. Valid values include 'PENDING', 'PROCESSING', 'CANCELED', and 'COMPLETE'.
CANCELED, COMPLETE, PENDING, PROCESSING An array of StandardError objects detailing any errors that occurred during the batch operation.
A map of link names to associated URIs providing additional information about the batch operation.
The number of errors encountered during the batch operation.
The date and time when the batch operation was requested, in ISO 8601 format.