v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Users

Get information about a user

Get information about a specific user. ⚠️ Endpoint is available only in the Enterprise interface.

get/users/{user_id}

Path parameters

user_idstring required

The unique ID of the user.

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Response

OK

Example response

{
  "data": {
    "user_id": "838b73aacb5ac326cec4030c80",
    "login": "happy_user",
    "first_name": "Happy",
    "last_name": "User",
    "email": "happy_user@crmcarcloud.com",
    "phone": "420523828931",
    "user_role_ids": [
      "86e05affc7a7befcd513ab400",
      "89ce2a1b9b01f5c939fb1e20cd"
    ],
    "store_id": "86e05affc7a7abecd513ab400",
    "last_login": "2021-04-16 18:22:35.052987"
  }
}