List the groups (teams) the current user belongs to
List the groups (teams) the current user belongs to
Returns the teams the authenticated caller is a member of. Authorization: any authenticated organization member — scoped to the caller’s membership; no query or body. Returns { groups }. With no membership claim, returns { groups: [] }.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
The groups the calling user belongs to.
groups