[Cortex managed teams] Update members in team
PUT/api/v1/teams/:tagOrId/members
For teams whose members are not backed by an IdP, use this API to update the team members. Note that it will replace the members in the team with the members defined in this request.
Request
Responses
- 200
- 400
- 403
- 404
- 429
Successfully updated team members
Bad Request
Forbidden
Team not found
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
Response Headers
Retry-After
The number of seconds until the rate limiting resets.