Retrieve complete profile details for a member by their RelationReference.
Returns the full profile for a member identified by theirDocumentation Index
Fetch the complete documentation index at: https://help-loyalife.xoxoday.com/llms.txt
Use this file to discover all available pages before exploring further.
RelationReference. Use this to display member details, check tier status, or retrieve the internal Id required by Update Profile. If you only know the member’s email or another unique attribute — not their RelationReference — use Get Member by Attribute instead.
200 — Success
| Path | Type | Description |
|---|---|---|
results.IsSucessful | boolean | true |
results.ErrorCode | string | 000 |
results.ReturnObject.Id | integer | Internal member ID — required for Update Profile |
results.ReturnObject.FullName | string | Member’s full name |
results.ReturnObject.Email | string | Member’s email address |
results.ReturnObject.MobileNumber | string | Member’s mobile number |
results.ReturnObject.DOB | string (date-time) | Member’s date of birth |
results.ReturnObject.Gender | string | M, F, or O |
results.ReturnObject.Address | string | Member’s address |
results.ReturnObject.Status | integer | Account status code — 1=Active |
results.ReturnObject.IsAccountActivated | boolean | Whether the member has completed activation |
results.ReturnObject.TierName | string | Current loyalty tier name (e.g. Silver, Gold, Platinum) |
results.ReturnObject.TotalPoints | integer | Current points balance |
results.ReturnObject.EnrollmentDate | string (date-time) | Date the member was enrolled |
results.ReturnObject.ActivatedDate | string (date-time) | Date the member activated their account |
results.ReturnObject.LastLoggedIn | string (date-time) | Last login timestamp |
results.ReturnObject.IsAccrualAllowed | boolean | Whether the member can earn points |
results.ReturnObject.CustomerSegment | string | Segment assigned to the member (e.g. DEFAULT) |
results.ReturnObject.PreferredLanguage | string | Member’s preferred language code (e.g. EN) |
results.ReturnObject.RelationReference | string | The member’s RelationReference (CID) |
results.ReturnObject.ProgramId | integer | Program the member belongs to |
404 — Not Found
| Path | Type | Description |
|---|---|---|
results.IsSucessful | boolean | false |
results.ErrorCode | string | Error code |
results.ExceptionMessage | string | Error description |
JWT obtained from Generate Auth Token. Pass as Authorization: bearer {token}.
Your loyalty program ID
19
Relation type. Use 4 for customers.
4
The member's unique reference. URL-encode before passing (e.g. jane.doe%40example.com).
"jane.doe@example.com"
Member profile