Members
List teams of a member
List teams of a workspace member. The response contains the list of teams and a pagination cursor to retrieve the next page.
The teams are sorted by id.
If you are using a personal access token, you need to have an access level superior or equal to manager except if the requested member is yourself.
get/v1/members/{member_id}/teams
Path parameters
member_idinteger required
The id of the workspace member
Query parameters
cursorstring
Pagination cursor.
per_pageinteger
Number of items to list per page.
searchstring
Search teams based on their name and/or description.
is_globalboolean
Filter on/exclude the "All-incidents" team.
Response
List teams
Example response
[
{
"id": 3252,
"name": "feature team A",
"description": "Description of my team",
"gitguardian_url": "https://dashboard.gitguardian.com/workspace/1/settings/user/teams/1",
"external_provider_id": "123-456-7890"
}
]