Property Type Description
id
string
email
string email

Email address of the member

name
string

Full name of the member

active
boolean

Is this member currently active in the organization. If false, the member will not be able to access the organization.

role
string

The role ID associated with the member within the organization.

status
string

Current status of the member's account.

When creating a member it starts out in the status INVITED. As soon as that member open the invitation link and registers an account, the status switches to REGISTERED.

created_at
string date-time

Timestamp when this member was created.

The created_at timestamp is NOT returned when retrieving a member (but is part of the response when listing or creating members).

last_login_at
string date-time

Timestamp when this member most recently logged into the dashboard of the organization associated with this API key.