# Get the delegated admins of a policy group

Returns a list of delegated admin user ids that manage a policy group.

Endpoint: GET /policy_group_tags/{tag}/delegated_admins
Version: 3
Security: ApiKeyAuth

## Path parameters:

  - `tag` (string, required)
    Example: "APAC"

## Response 200 fields (application/json):

  - `user_ids` (array, required)
    Example: ["234"]


