GET
/
orgs
/
{org}
/
members

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org
string
required

The handle of the organization.

Required string length: 1 - 50

Query Parameters

page
integer
default:
1

The index of the page.

Required range: x > 1
page-size
integer
default:
20

The maximum size of the pages.

Required range: 1 < x < 50
sort
enum<string>
default:
handle

The criteria used to sort the users.

Available options:
handle,
createdAt

The term used to search the users by handle or alias.

after

The term used to search data after or equal to the specified date.

before

The term used to search data before or equal to the specified date.

Response

200 - application/json
alias
string | null
required

The alias of the user.

createdAt
string
required

The date and time when the user was created.

email
string
required

The email of the user. Is unique.

handle
string
required

The handle of the user. Is unique.

id
string
required

The UUID of the user. Is unique.

orgs
integer
required

The number of organizations of the user.

spaces
integer
required

The number of spaces of the user.

state
enum<string>
required

The state of the user.

Available options:
verified,
unverified,
blocked
emailVerified
boolean

Indicates whether the email of the user has been verified.