TeamMemberships

Get a list of Team Memberships for a user.

Lists all Teams a user is a member of, including any from external auth-provider security groups. Memberships are filtered by userId.

get/users/{userId}/teams

Path parameters

userIdstring required

ID of the user

Response

The requested Team Membership

Idstring
IsDirectlyAssignedboolean
Namestring
SpaceIdstring

Example response

[
  {
    "SpaceId": "Spaces-1"
  }
]

Changes

No recorded changes to this endpoint across all 7 revisions of this API.