Updates members of a team
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$teamIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Body
addstring[]Optional
A user to add. It can either be a user ID or an email.
removestring[]Optional
A user to remove. It can either be a user ID or an email.
Responses
204
Members have been updated
No content
put/orgs/{organizationId}/teams/{teamId}/members
204
Members have been updated
No content
Last updated
Was this helpful?