# Update the users of a policy group

Tags a list of user ids with a policy group.

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

## Path parameters:

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

## Request fields (application/json):

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


## Response 204 fields
