SOAP API method Account_privileges
Description
Get access to the Privileges object by id.
Parameters
| Name | Type | Description |
|---|---|---|
| identifier * | string | |
| login | Structure of type 'login' | Optional login data (soon deprecated) |
| access_token | string | Optional api access token |
| * required parameters | ||
Return values
| Name | Type | Description |
|---|---|---|
| privileges | Structure of type 'privileges' |
Structure 'login'
| Name | Type | Description |
|---|---|---|
| username | string | The username of the login attempt |
| account | string | The account name of the login attempt |
| password | string | The password for the login attempt |
Structure 'privileges'
| Name | Type | Description |
|---|---|---|
| id | string | The id of the privileges object. |
| rights | string | The access rights for this privileges object. |