v1

latestOpenAPI 3.0.12026-08-0435481.5 MB
Organizations

Get organization user members

Get users that are members of the specified organization for the given query with pagination.

get/api/organizations/{id}/users

Path parameters

idstring required

The unique identifier of the organization.

Query parameters

qstring

The query to filter users. It will match multiple fields of users, including ID, name, username, email, and phone number.

If not provided, all users will be returned.

organizationRoleIdstring

The organization role ID used to filter organization members.

If not provided, all organization members will be returned.

pageinteger

Page number (starts from 1).

page_sizeinteger

Entries per page.

Response

A list of users that are members of the organization.

idstring required
usernamestring nullable required
primaryEmailstring nullable required
primaryPhonestring nullable required
namestring nullable required
avatarstring nullable required
customDataobject required

arbitrary

identitiesobject required
lastSignInAtnumber nullable required
createdAtnumber required
updatedAtnumber required
applicationIdstring nullable required
isSuspendedboolean required