Create a user account for the customer
Authenticate to the cloud platform via the Python shell.
The following variables should be available now:
>>> base_url # the base URL of the API '<the Acronis data center URL>/api/advanced-automation/v1' >>> auth # the 'Authorization' header value with the access token {'Authorization': 'Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6ImMwMD...'} >>> tenant_id # the ID of the partner tenant that can be accessed with the token 'ede9f834-70b3-476c-83d9-736f9f8c7dae'
Create a new user account in the Acronis customer tenant and activate the user account with Account Management API v2.
Choose one of the following role identifiers that will be assigned to the user account:
advanced_automation_admin
- Administratoradvanced_automation_director
- Directoradvanced_automation_engineer
- Engineeradvanced_automation_finance_manager
- Finance manageradvanced_automation_finance
- Financeadvanced_automation_sales
- Salesadvanced_automation_group_manager
- Group manageradvanced_automation_hr
- HRadvanced_automation_client_manager
- Client manageradvanced_automation_client
- Client
Note
A user account with the
partner_admin
automatically gets theadvanced_automation_admin
role.For more details about Advanced Automation roles, refer to the product documentation.
Set the role to the created user account with Account Management API v2.