GET
/
v1
/
orgs
/
members
/
{id}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200
application/json
id
string
required
name
string
required
email
string
required
token
string | null
required
invite_status
enum<string>
required
Available options:
accepted,
declined,
pending
is_current_user
boolean
required
added_on
string
required
last_login
string | null
required
permissions
string
required
auth0_id
string | null
required
picture
string | null
required
is_active
boolean | null
required

True/False for the user's state. Null for non-users (like invites)