Access Control - Policies
Attach a policy to a user.
Attaches a policy to a user.
post/access_control/users/{user_id}/policies/{policy_id}
Response
OK
Example response
{
"id": 67,
"account_id": 123,
"name": "some_policy",
"description": "written about the policy",
"user_count": 3
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.