Create a user account for the customer

  1. 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'
    
  2. Create a new user account in the Acronis customer tenant and activate the user account with Account Management API v2.

  3. Choose one of the following role identifiers that will be assigned to the user account:

    • advanced_automation_admin - Administrator

    • advanced_automation_director - Director

    • advanced_automation_engineer - Engineer

    • advanced_automation_finance_manager - Finance manager

    • advanced_automation_finance - Finance

    • advanced_automation_sales - Sales

    • advanced_automation_group_manager - Group manager

    • advanced_automation_hr - HR

    • advanced_automation_client_manager - Client manager

    • advanced_automation_client - Client

    Note

    A user account with the partner_admin automatically gets the advanced_automation_admin role.

    For more details about Advanced Automation roles, refer to the product documentation.

  4. Set the role to the created user account with Account Management API v2.