List the members of an organization
List the paginated details of the members of an organization.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The handle of the organization.
1 - 50
Query Parameters
The index of the page.
x > 1
The maximum size of the pages.
1 < x < 50
The criteria used to sort the users.
handle
, createdAt
The term used to search the users by handle or alias.
The term used to search data after or equal to the specified date.
The term used to search data before or equal to the specified date.
Response
The alias of the user.
The date and time when the user was created.
The email of the user. Is unique.
The handle of the user. Is unique.
The UUID of the user. Is unique.
The number of organizations of the user.
The number of spaces of the user.
The state of the user.
verified
, unverified
, blocked
Indicates whether the email of the user has been verified.