Skip to main content
GET
Returns a Member.

Authorizations

X-API-KEY
string
header
required

Path Parameters

member_id
string
required

ID of the Member to get

Response

OK

email
string<email>
required
Example:

"john.smith@goteal.co"

role
string
required

The Role of the Member

Example:

"Owner"

status
enum<string>
required
read-only

the status of the Member

Available options:
unconfirmed,
confirmed,
archived,
compromised,
unknown,
reset_required,
force_change_password,
external_provider
Example:

"unconfirmed"

mfa_status
enum<string>
required
read-only

the status of the Member

Available options:
sms,
email,
disabled
Example:

"sms"

name
string

Names of the Member

Example:

"John Smith"