Skip to main content
GET
Returns information about a specific member

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

memberId
string
required

Member ID

Maximum string length: 36

Response

OK

memberId
string | null

Member ID

birthdate
string<date-time> | null

Member's date of birth

firstName
string | null

Member's first name

lastName
string | null

Member's last name

genderId
enum<string>
Available options:
NotSelected,
Male,
Female,
NotProvided
genderDisplayName
string | null

Localized display name for the member's gender

email
string | null

Member's email address

phone
string | null

Member's phone number

selectedStoreId
string | null

ID of the member's selected store

cooperatives
string[] | null

List of cooperatives the member belongs to

address
object
metadata
object | null

Additional metadata associated with the member

loyaltyProgram
string | null

Loyalty program or tier (e.g., Silver, Gold, Freemium)

isEmployee
boolean

Indicates whether the member is an employee

nationality
string | null

Member's nationality

deceased
boolean | null

Indicates whether the member is deceased

homeTelephone
string | null

Member's home telephone number

isMembershipFeePaid
boolean | null

Indicates whether the membership fee has been paid

isActive
boolean

Indicates whether the member account is active

isDeleted
boolean

Indicates whether the member account has been deleted

personalId
string | null

Personal identification number (used for employee bonuses feature)

createdAt
string<date-time>

Date and time when the member was created

customProperties
object[] | null

Custom typed properties registered via the property definitions API

Last modified on August 10, 2026