Members
Path parameters
organizationIdstringRequired
The id of the organization to find members within
Query parameters
offsetinteger · int32Optional
The offset into queried items to return
limitinteger · int32 · max: 100Optional
How many items to return at one time (max 100)
Responses
200
A paged array of members
application/json
default
An error occurred
application/json
get
/v1/identity/organizations/{organizationId}/membersPath parameters
organizationIdstringRequired
The id of the organization to find members within
Body
userIdstringRequired
rolestring · enumRequiredPossible values:
Responses
200
Expected response to a valid request
application/json
default
An error occurred
application/json
post
/v1/identity/organizations/{organizationId}/membersPath parameters
organizationIdstringRequired
The id of the organization the member is within
memberIdstringRequired
The id of the member
Body
rolestring · enumRequiredPossible values:
Responses
200
Expected response to a valid request
application/json
default
An error occurred
application/json
post
/v1/identity/organizations/{organizationId}/members/{memberId}Path parameters
organizationIdstringRequired
The id of the organization the member is within
memberIdstringRequired
The id of the member
Responses
204
Expected response to a valid request
default
An error occurred
application/json
delete
/v1/identity/organizations/{organizationId}/members/{memberId}No content
Was this helpful?

