Updates a user's access level on the account. The request includes account access and entity access roles.
-
Account access roles. These roles give access to account level operations, entities in the account both existing and to be created in the future, and creation of new entities.
-
Entity access roles. These roles provide access to specific entities that are already available on the account.
To learn more, see the Identity and Access in Cloud Manager glossary. This operation replaces any existing role assignment. To completely block user's access to the account, pass an empty list, []
. To get the list of available roles, run the List available roles operation.
To run this operation, you need to have the account_admin
role assigned, otherwise you'll get the 403 error. To check your role assignment, run the Get a user's access level operation.
linode-cli iam users role-permissions update \
--username :username \
--permissions "{TBD}"
<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
iam-users-role-permissions:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>