v1
latestOpenAPI 3.1.02026-08-0629125194.8 KBHeidi API
List Joined Teams
List all teams that the authenticated user has joined
get/api/v2/ml-scribe/open-api/team
Response
Successful Response
Example response
{
"joined_teams": [
{
"team_id": "5eb7cf5a86d9755df3a6c593",
"user_role_list": [
{
"id": "5eb7cf5a86d9755df3a6c593"
}
]
}
]
}