SOAP API methode NewDocumentPrivileges_grant
Beschrijving
Give role/default rigths.
Parameters
| Naam | Type | Beschrijving |
|---|---|---|
| id * | string | Unique identifier (id) of the object NewDocumentPrivileges. The method only applies to the newdocumentprivileges with this id. |
| privilege | string | Type of privilege. |
| privilege | Collection of type 'privilege' | Type of privilege. |
| login | Structure of type 'login' | Optional login data (soon deprecated) |
| access_token | string | Optional api access token |
| * verplichte parameters | ||
Resultaat
| Naam | Type | Beschrijving |
|---|---|---|
| value | boolean |
Structuur 'privilege'
| Naam | Type | Beschrijving |
|---|---|---|
| string |
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 |