Associate Roles With This Team

post

/api/v2/teams/{id}/roles/

Make a POST request to this resource to add or remove a role from this team. The following fields may be modified:

  • id: The Role ID to add to the team. (int, required)
  • disassociate: Provide if you want to remove the role. (any value, optional)

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : RoleSerializerWithParentAccess
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Body ()
Root Schema : RoleSerializerWithParentAccess
Type: object
Show Source
Back to Top