User Management in the BMS
This section describes the APIs exposed by the Dydu solution to manage BMS users.
For all APIs that require authentication, refer to this page to learn how to fill in the field.
User Creation
Parameters :
Parameter | Description | |
---|---|---|
login | The login of the new account, or of the account to be modified if the login already exists. A login is unique. | Required |
accountId | The account ID. This ID should only be provided if you want to modify an existing account. | |
firstName | First name of the user | |
lastName | Last name of the user | |
Email address of the user | ||
password | Password of the user. It must comply with the following policy: at least 12 characters, 1 lowercase letter, 1 uppercase letter, 1 digit. | |
language | The language used in the BMS | French, English |
rights | User rights. This field is in JSON format. Example: { "type": "default", "9fbd59f2-bf91-4aab-bee1-a36c2a3ebece": "Names of the groups in the preferences separated by commas", "6ae11dd2-c322-4177-aab0-9c6754cf1bcd": "Writer" } |
Last updated