ALBServicesUser

ALBServicesUser
ALBServicesUser
JSON Example
{
    "account_id": "string",
    "account_name": "string",
    "email": "string",
    "managed_accounts": [
        {
            "id": "string",
            "name": "string",
            "users": [
                {
                    "email": "string",
                    "name": "string",
                    "phone": "string"
                }
            ]
        }
    ],
    "name": "string",
    "phone": "string"
}
string
account_id
Optional

ID of primary account of the portal user. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
account_name
Optional

Name of primary account of the portal user. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
email
Required

Email ID of the portal user. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

managed_accounts
Optional

Information about all the accounts managed by user in the customer portal. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
name
Optional

Name of the portal user. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
phone
Optional

Phone number of the user. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.