---
title: Get User Group Information
framework: Apple Business API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple business api 2.5+]
path: applebusinessapi/get-usergroup-information
---

# Get User Group Information

Get information about a specific user group in an organization.

## URL

GET https://api-business.apple.com/v1/userGroups/{id}

## Path Parameters

id: The unique identifier for the resource.

## Query Parameters

fields[userGroups]: The fields to return for included related types.

## Response Codes

200 OK: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: 429 : Too Many Requests

## Example

Example

## Topics

### Responses

- [UserGroupResponse](applebusinessapi/usergroupresponse.md)

## See Also

### UserGroups

- [Get User Groups](applebusinessapi/get-user-groups.md)
- [Get User IDs for a User Group](applebusinessapi/get-all-user-ids-for-a-user-group.md)
