# Get User Group Users **GET /user-groups/{id}/users** This API call is used to retrieve users for the specified user group. ## Servers - Sandbox server URL: https://localhost:8080 (Sandbox server URL) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **id** (integer) User group ID. ## Responses ### 200 Successful Response #### Body: application/json (object) - **id** (integer) Unique identifier of the user. - **userName** (string) Username of the user. - **displayName** (string) Display name of the user. ### 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)