Look up a member using a unique attribute such as email when RelationReference is unknown.
Looks up a member using any unique profile attribute — such asDocumentation 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.
email_id or mobile_number — when their RelationReference is not available. This is useful during customer support workflows or third-party integrations where only a known identifier like email is on hand. The attribute you search by must be defined in your Loyalife User schema and marked as unique; searching by non-unique fields is not supported.
200 — Success
| Path | Type | Description |
|---|---|---|
results.IsSucessful | boolean | true |
results.ErrorCode | string | 000 |
results.ReturnObject.Id | integer | Internal member ID |
results.ReturnObject.FullName | string | Member’s full name |
results.ReturnObject.Email | string | Member’s email |
results.ReturnObject.RelationReference | string | Member’s RelationReference (CID) |
results.ReturnObject.TierName | string | Current loyalty tier |
results.ReturnObject.TotalPoints | integer | Total points balance |
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
Attribute name to search by (e.g. email_id, mobile_number). URL-encode before passing.
"email_id"
Value to search for. URL-encode before passing.
"jane.doe@example.com"
Member found