# Get Single User Group **GET /user-groups/{id}** This API call is used to retrieve a single user group for specified user group id. ## Servers - Sandbox server URL: https://localhost:8080 (Sandbox server URL) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **id** (integer) User group ID. ### Query parameters - **include** (string) Include additional information for the user group. ## Responses ### 200 Successful Response #### Body: application/json (object) - **id** (integer) Unique identifier of user group. - **name** (string) Name of user group. - **description** (string) Description of user group. - **userGroupType** (string) - **locationId** (string) The location code value. - **departmentId** (string) The department code value. - **defaultUser** (object) Default user of user group. - **users** (array[string]) List of usernames in user group. ### 401 Authentication Error. Invalid credentials. #### Body: application/json (object) - **code** (string) - **message** (string) - **description** (string) ### 403 Authorization Error. Invalid role for request. ### 404 Failed Response [Powered by Bump.sh](https://bump.sh)