# Get user **GET /v1/users/{identifyId}** Retrieves the user with the given id ## Servers - https://api.aptrinsic.com: https://api.aptrinsic.com () ## Parameters ### Path parameters - **identifyId** (string) User id (from identify call) ## Responses ### 200 Success #### Body: */* (object) - **aptrinsicId** (string) - **identifyId** (string) - **type** (string) - **gender** (string) - **email** (string) - **firstName** (string) - **lastName** (string) - **lastSeenDate** (integer(int64)) - **signUpDate** (integer(int64)) - **firstVisitDate** (integer(int64)) - **title** (string) - **phone** (string) - **score** (integer(int64)) - **role** (string) - **subscriptionId** (string) - **accountId** (string) - **numberOfVisits** (integer(int32)) - **location** (object) Location object - **propertyKeys** (array[string]) Aptrinsic Tag Key, at least one is required - **createDate** (integer(int64)) - **lastModifiedDate** (integer(int64)) - **customAttributes** (object) Map of apiName to value - **globalUnsubscribe** (boolean) - **sfdcContactId** (string) - **channelMetricList** (array[object]) - **lastVisitedUserAgentData** (array[object]) - **id** (string) Synonym for identifyId, output only, not filterable - **lastInferredLocation** (object) Location object - **globalId** (string) Global user ID, only applicable for workspace-enabled subscriptions ### 400 Bad request ### 401 Unauthorized or bad API Key ### 404 User not found ### 429 Rate limit exceeded [Powered by Bump.sh](https://bump.sh)