Skip to main content
GET
List organization users

Authorizations

Authorization
string
header
required

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

Response

Successful response

id
string
required
email
string
required
phone
string | null
required
status
string
required
role
enum<string>
required
Available options:
COLLECTOR,
APPROVER,
VIEWER,
MANAGER,
OWNER
createdAt
string
required
lastLoginAt
string | null
required
ownerId
string
required
assignedSites
object[]
required
name
string | null
image
string | null
invitationExpiresAt
string | null