Set User Privileges through the API

circle-info

Prerequisite: You need administrative privileges to create and assign user privileges using the Cloud API.

To set user privileges using the Cloud API to manage IAM resources, follow these steps:

1. Authenticate to the Cloud API using your API credentials.

2. Create a userarrow-up-right using the POST /cloudapi/v6/um/users endpoint.

  • Enter the following required parameters for the user:firstname, lastname, email, and password.

3. Create a grouparrow-up-right using the POST /cloudapi/v6/um/groups endpoint.

  • Enter the required group name parameter for the group.

  • Set the accessAndManageIamResources privilege to true.

4. Assign user to the grouparrow-up-right that is created using the POST /cloudapi/v6/um/groups/{groupId}/users endpoint and provide the user ID in the header.

  • Enter the required id parameter to identify the user uniquely.

circle-check

Last updated

Was this helpful?