Policy Group Tags

Get the delegated admins of a policy group

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

SecurityApiKeyAuth
Request
path Parameters
tag
required
string (Tag)
Example: APAC
Responses
200

OK

get/policy_group_tags/{tag}/delegated_admins
Request samples
Response samples
application/json
{
  • "user_ids": [
    ]
}

Update the delegated admins of a policy group

Tags a list of delegated admin user ids to manage a policy group.

SecurityApiKeyAuth
Request
path Parameters
tag
required
string (Tag)
Example: APAC
Request Body schema: application/json
user_ids
required
Array of strings
Responses
204

OK

patch/policy_group_tags/{tag}/delegated_admins
Request samples
application/json
{
  • "user_ids": [
    ]
}

Get the users of a policy group

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

SecurityApiKeyAuth
Request
path Parameters
tag
required
string (Tag)
Example: APAC
Responses
200

OK

get/policy_group_tags/{tag}/users
Request samples
Response samples
application/json
{
  • "user_ids": [
    ]
}

Update the users of a policy group

Tags a list of user ids with a policy group.

SecurityApiKeyAuth
Request
path Parameters
tag
required
string (Tag)
Example: APAC
Request Body schema: application/json
user_ids
required
Array of strings
Responses
204

OK

patch/policy_group_tags/{tag}/users
Request samples
application/json
{
  • "user_ids": [
    ]
}