Organization members
Handle all aspects of membership within an organization, from listing to role management.
Organization members can be managed through this API, which lets you invite and manage users under a particular organization. You can define roles and permissions to ensure your team has the right level of access.
The unique id of the organization
Identifier of the page results to fetch.
The number of results per page
An order for the items in the list
desc
Available options: The Role to filter the member list by
"The role of a member in an organization. "admin": Can administrate the content: create, delete spaces, ... "create": Can create content. "review": Can review content. "edit": Can edit the content (live or change requests). "comment": Can access the content and its discussions. "read": Can access the content, but cannot update it in any way.
A query to filter the member list (displayName and email)
The property to sort the results by. When sorting by lastSeenAt, only active members will be listed.
joinedAt
Available options: The unique id of the organization
The unique ID of the User
The role of a member in an organization, null for guests
"The role of a member in an organization. "admin": Can administrate the content: create, delete spaces, ... "create": Can create content. "review": Can review content. "edit": Can edit the content (live or change requests). "comment": Can access the content and its discussions. "read": Can access the content, but cannot update it in any way.
The unique id of the organization
The unique ID of the User
Identifier of the page results to fetch.
The number of results per page
An order for the items in the list
desc
Available options: The unique id of the organization
The unique ID of the User
Identifier of the page results to fetch.
The number of results per page
If provided, only teams whose name contains the given parameter will be returned. Case insensitive.
Was this helpful?