# Retrieve a usergroup Required scopes: user_group:read Endpoint: GET /user-group/{id} Version: v1 Security: http, oauth2 ## Path parameters: - `id` (integer, 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 users. 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 - `name` (string, required) - `is_team` (boolean, required) If true, this usergroup is shown as team - `users` (array, required) - `users.first_name` (string, required) - `users.last_name` (string, required) - `users.email` (string, required) - `users.type` (string, required) Enum: "user", "guest", "tax_advisor", "integration" - `users.space` (object, 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.