SOAP API methode Account_privileges
Beschrijving
Get access to the Privileges object by id.
Parameters
Naam | Type | Beschrijving |
---|---|---|
identifier * | string | |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
privileges | Structure of type 'privileges' |
Structuur 'login'
Naam | Type | Beschrijving |
---|---|---|
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 |
Structuur 'privileges'
Naam | Type | Beschrijving |
---|---|---|
id | string | The id of the privileges object. |
rights | string | The access rights for this privileges object. |