Skip to main content
GET
Get Member by Attribute
Looks up a member using any unique profile attribute — such as 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.

Responses

Authorizations

Authorization
string
header
required

JWT obtained from Generate Auth Token. Pass as Authorization: bearer {token}.

Query Parameters

pintProgramId
integer
required

Your loyalty program ID

Example:

19

pstrUniqueAttributeKey
string
required

Attribute name to search by (e.g. email_id, mobile_number). URL-encode before passing.

Example:

"email_id"

pstrUniqueAttributeValue
string
required

Value to search for. URL-encode before passing.

Example:

"jane.doe@example.com"

Response

Member found

results
object