Skip to main content
POST
Search Access Memberships

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
teamId
string
required
targetUserId
string
required
pageSize
integer<int32> | null

Defaults to 50; maximum 200. Each item contains a whole role membership.

pageToken
string | null

Response

200 - application/json

Success

data
AccessMembership · object[]
nextPageToken
string | null