---
title: "GET /members/{member_id}"
method: GET
path: "/members/{member_id}"
---

# GET /members/{member_id}

`GET /members/{member_id}`

## Response `200`

200

- RetrieveMemberMemberidDataObject
  - `data` RetrieveMemberMemberidResponseObject
    - `deprecated_fields` DeprecatedMemberFieldsObject — These are the deprecated fields in Zinrelo.
      - `user_id` string — This field is going to be deprecated soon. We highly recommend not to use this field.
    - `lifetime_points_earned` integer — The total points earned in a member's account since he joined the program.
    - `twitter_handle` string — The twitter handle of the member.
    - `revenue` integer — The total revenue earned by the member.
    - `lifetime_points_expired` integer — The total points expired from a member's account since he joined the program.
    - `last_modified_date` string — The most recent date on which a member's profile was updated.
    - `available_points` integer — The avaliable points of the member.
    - `pending_points` integer — The pending points of the member.
    - `last_name` string — The last name of the member.
    - `referral_URL` string — The unique referral url of the member.
    - `member_status` string — The current status of the member- ‘active’ , ‘blocked’, ‘opted_out’. ‘active’ member is the one accumulating loyalty points and has access to rewards and earning opportunities. ‘blocked’ member is prohibited from participating in the program. ‘opted_out’ member is the one who has chosen to opt out of the loyalty program.
    - `referral_code` string — The unique referral code of the member.
    - `email_address` string — The email address of the member.
    - `id` string — The internal ID generated by Zinrelo.
    - `first_name` string — The first name of the member.
    - `number_of_activities` string — Number of activities performed by a member.
    - `member_tags` string[] — The tags assocaited with a member.
    - `referrer_code` string — The coupon code assigned to the referee for referring the friend.
    - `tier_info` RetrieveMemberMemberidTierInfoObject
      - `current_period_start` string — The start date of the current tier cycle.
      - `tier_qualification_units` string — The total amount or points of qualifying activities performed.
      - `loyalty_tier_name` string — The name of the current tier.
      - `loyalty_tier_id` string — The unique tier ID stored in Zinrelo.
      - `current_period_end` string — The end date of current tier cycle.
      - `qualified_points` integer — The qualified points for tier calculation.
    - `custom_attributes` unknown
    - `referrer_ID` string — The unique transaction ID associated with the referee.
    - `first_purchase_date` string — The first purchase date of the member.
    - `lifetime_points_deducted` integer — The total points deducted from a member's account since he joined the program.
    - `phone_number` string — The phone number of the member.
    - `points_expiration_schedule` RetrieveMemberMemberidPointsExpirationObject[]
      - `expiration_date` string — The expiration date of the available points.
      - `points` integer — The total number of points that will expire.
    - `instagram_handle` string — The instagram handle of the member.
    - `referrer_name` string — The name of the person who referred.
    - `aov` integer — The Average Order Value (AOV) is a metric used in business to determine the average total amount spent by customers in a single transaction or purchase. It's calculated by dividing the total revenue generated from sales by the total number of purchases made during a specific period.
    - `address` CreateMemberAddressObject
      - `city` string — Member's city.
      - `country` string — Member's country.
      - `line2` string — The member address.
      - `line1` string — The member address.
      - `state` string — Member's state.
      - `postal_code` string — Member's postal code.
    - `deleted_date` string — The date on which a member is deleted. In this case, the value will be null because it is a member creation API.
    - `last_purchase_date` string — The last purchase date of the member.
    - `lifetime_points_redeemed` integer — The total points redeemed from a member's account since he joined the program.
    - `preferred_language` string — The preferred language of the member.
    - `number_of_purchases` integer — The number of purchases made by a member.
    - `gender` string — Member's gender.
    - `number_of_redemptions` integer — The number of redemptions made by a member.
    - `birthdate` string — Birthdate of the loyalty member. Expected date format: MM/DD/YYYY or MM/DD Irrespective of the year passed, 1904 will be set as a default value.
    - `anniversary_date` string — The anniversary date of the member. Expected date format: MM/DD/YYYY or MM/DD In case, where a year has not been passed the default year will be set as 1904.
    - `enrollment_date` string — The date on which the member joined the loyalty program.
    - `member_id` string — The unique identifier of the member defined by an Admin.
    - `email_subscription_status` string — The subscription status of the email. If ‘unsubscribed’, the member will not receive any email notifications triggered by Zinrelo. Default value is ‘subscribed’.
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/trueloyal/apis/admin-apis.md) · [All operations](https://skmtc.net/trueloyal/apis/admin-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trueloyal/admin-apis/versions/c12d3d379897/schema)
