# Show single user object Endpoint: GET /users/{id} Version: v1 Security: http ## Path parameters: - `id` (string, required) ## Query parameters: - `findBy` (string) The field to search by Enum: "id", "external_id" - `include` (string) Available includes are userGroups. You can include multiple options by separating them with a comma. ## Response 200 fields (application/json): - `id` (string, required) - `external_id` (string,null, required) Can be used to add an identifier to the client from an external system, must be unique - `first_name` (string, required) - `last_name` (string, required) - `title` (string,null, required) - `title_suffix` (string,null, required) - `email` (string, required) - `birthday` (string,null, required) - `gender` (string,null, required) - `position` (string,null, required) - `special_roles` (string,null, required) - `skills` (string,null, required) - `profile` (string,null, required) - `language` (string,null, required) UI language - `languages` (string,null, required) Spoken languages - `telephone_office` (string,null, required) Mobile phone (Office) - `phone_extension` (string,null, required) Landline phone (Office) - `telephone` (string,null, required) Mobile phone (Private) - `entry_date` (string,null, required) Date of joining the company - `leave_date` (string,null, required) Date of leaving the company - if set in the future, the employee will be archived on that date - `type` (string, required) Enum: "user", "guest", "tax_advisor" - `plan` (string, required) Enum: "basic", "standard", "external", "advanced", "expert", "guest", "tax_advisor", "not_assigned" - `is_owner` (boolean, required) Is Kanbert space owner - `avatar` (any, required) - `userGroups` (array) - `userGroups.name` (string, required) - `userGroups.is_team` (boolean, required) If true, this usergroup is shown as team - `userGroups.users` (array, required) - `userGroupsCount` (integer) - `userGroupsExists` (boolean) - `customFields` (object, required) The key is the field name for your custom field, value type depends on the field type - `created_at` (string, required) - `deleted_at` (string,null, required) ## Response 401 fields (application/json): - `message` (string, required) Error overview. ## Response 404 fields (application/json): - `message` (string, required) Error overview. ## Response 422 fields (application/json): - `message` (string, required) Errors overview. - `errors` (object, required) A detailed description of each field that failed validation.