v2

latestOpenAPI 3.0.02026-08-08112115411.4 KB
Users

Get a user

get/users/{id}

Path parameters

idstring required

User ID

Response

User

Example response

{
  "meta": {
    "instanceId": "12345"
  },
  "users": [
    {
      "avatarUrl": "https://app.nutshell.com/avatars/contacts/1006/{path}",
      "initials": "AF",
      "id": "3-contacts"
    }
  ]
}