Teams REST Endpoints
Teams
REST API endpoints for Teams
- Associate Roles With This Team
- Method: postPath:
/api/v2/teams/{id}/roles/
- Create a Credential for a Team
- Method: postPath:
/api/v2/teams/{id}/credentials/
- Create a Team
- Method: postPath:
/api/v2/teams/
- Create a User for a Team
- Method: postPath:
/api/v2/teams/{id}/users/
- Delete a Team
- Method: deletePath:
/api/v2/teams/{id}/
- List Activity Streams for a Team
- Method: getPath:
/api/v2/teams/{id}/activity_stream/
- List Credentials for a Team
- Method: getPath:
/api/v2/teams/{id}/credentials/
- List Projects for a Team
- Method: getPath:
/api/v2/teams/{id}/projects/
- List Roles for a Team
- Method: getPath:
/api/v2/teams/{id}/object_roles/
- List Roles for a Team
- Method: getPath:
/api/v2/teams/{id}/roles/
- List Teams
- Method: getPath:
/api/v2/teams/
- List Users
- Method: getPath:
/api/v2/teams/{id}/access_list/
- List Users for a Team
- Method: getPath:
/api/v2/teams/{id}/users/
- Retrieve a Team
- Method: getPath:
/api/v2/teams/{id}/
- Update a Team
- Method: patchPath:
/api/v2/teams/{id}/
- Update a Team
- Method: putPath:
/api/v2/teams/{id}/