# Get the users of a policy group

Returns a list of user ids that are tagged with a policy group.

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

## Path parameters:

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

## Response 200 fields (application/json):

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


