Users
Last updated
Was this helpful?
Last updated
Was this helpful?
Get a list of members for an organization.
/organizations/{organizationId}/users
The organization ID
Limits the number of results to return
Pagination token that keeps of track of the current position in the list
Order in which to retrieve the results
Search term used to filter organizations by name
List of user IDs.
If set, returns the user that is registered with this email address. Only does exact matching.
Add a user to an organization. This can either be an existing user, or a new user that is invited to the platform.
/organizations/{organizationId}/users
The organization ID
Get a single organization membership record.
/organizations/{organizationId}/users/{userId}
The organization ID
The user ID
Remove a user from the organization
/organizations/{organizationId}/users/{userId}
The organization ID
The user ID
No body
Update the properties of the organization membership for the user.
/organizations/{organizationId}/users/{userId}
The organization ID
The user ID
THe list of roles to assign to the membership
Roles to assign to the user.