Property Type Description
id
string
email
string email

Email address of the member

name
string

Full name of the member

role
string

Role of the member within the organization.

Role Description
MEMBER Limited permissions. Can view their own reward and order histories only.
ADMIN Update organization settings, invite other members to the organization, and view all member order and reward histories within their organization.
DELETED No longer a member of this 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.