# Retrieve a user No specific scope required. Returns UserFullData if app has any user: scope or user-profile: if current user Endpoint: GET /users/{id} Version: v1 Security: http, oauth2 ## Path parameters: - `id` (string, required) ## Query parameters: - `find_by` (string) The field to search by Enum: "id", "external_id", "shortcode" - `origin` (string) Used if find_by=external_id by default it will use the integration slug - `include` (string) Available includes are user_groups. You can include multiple options by separating them with a comma. ## 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.