Teams are groups of members that are associated with one or more projects. Use teams to control which members have access to which projects.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/getsentry/sentry/llms.txt
Use this file to discover all available pages before exploring further.
List teams in an organization
team:read
Path parameters
The ID or slug of the organization.
Query parameters
Set to
"1" to include team member details in the response.Pagination cursor from the
Link response header.Example request
Example response
Response fields
The unique ID of the team.
The URL-friendly identifier for the team.
The display name of the team.
ISO 8601 timestamp of when the team was created.
Whether the authenticated user is a member of this team.
The number of members in the team.
Create a team
team:write
Path parameters
The ID or slug of the organization.
Request body
The display name for the team.
A unique slug for the team. Generated from the name if not provided.
Example request
Retrieve a team
team:read
Path parameters
The ID or slug of the organization.
The ID or slug of the team.
Example request
Add a member to a team
team:write
Path parameters
The ID or slug of the organization.
The ID of the organization member.
The ID or slug of the team.
Example request
Remove a member from a team
team:write
Path parameters
The ID or slug of the organization.
The ID of the organization member.
The ID or slug of the team to remove the member from.
Example request
200 OK with the updated team membership object.