Add users to a team
POST/userApi/fleets/groups/:group/users
Adds users to a team in the current organization. The users field is a map where each key is a user ID and each value is the role ID to assign in the team. This updates team-level membership and team-level roles only; it does not change a user's global organization role.
Request
Responses
- 200
- 401
- 403
Returns success: true when the request succeeds. Validation failures return HTTP 200 with success: false and error details.
Unauthorized. Missing, invalid, or expired token.
Forbidden. Not enough permissions.