# Update user **PUT /v1/users/{identifyId}** Updates an user with the given data ## Servers - https://api.aptrinsic.com: https://api.aptrinsic.com () ## Parameters ### Path parameters - **identifyId** (string) User id (from identify call) ### Body: application/json (object) User data - **identifyId** (string) - **type** (string) - **gender** (string) - **email** (string) - **firstName** (string) - **lastName** (string) - **signUpDate** (integer(int64)) - **firstVisitDate** (integer(int64)) - **title** (string) - **phone** (string) - **score** (integer(int64)) - **role** (string) - **subscriptionId** (string) - **accountId** (string) - **location** (object) Location object - **propertyKeys** (array[string]) Aptrinsic Tag Key, at least one is required - **customAttributes** (object) Map of apiName to value - **globalUnsubscribe** (boolean) - **sfdcContactId** (string) - **channelMetricList** (array[object]) - **lastVisitedUserAgentData** (array[object]) - **lastInferredLocation** (object) Location object ## Responses ### 204 Updated #### Body: */* (object) - **body** (object) - **statusCode** (string) - **statusCodeValue** (integer(int32)) ### 401 Unauthorized or bad API Key ### 404 User not found ### 429 Rate limit exceeded [Powered by Bump.sh](https://bump.sh)