Skip to main content
GET
Find a member by a unique identifier

Authorizations

Authorization
string
header
required

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

Query Parameters

email
string

The member's email address.

username
string

The member's username.

external_id
string

The member's external id, as set by an integration.

legacy_customer_id
integer

The member's legacy bigint customer id.

Response

The matching member detail (admin view).

member
object
required

The member detail (admin view). Key identity and profile fields are enumerated; the admin view also returns additional fields (addresses, payment_methods, sponsor, placement, member_type, rank, points, orders_count, total_spent_in_base, notes).