...
Application | Supported |
---|---|
Store App | ✅ - To creat a user and assign it a custom role, the creation must be done from the SA and the role must be listed in the SA configuration. The BO does not yet support custom SA roles. |
Back Office | ❌ |
API | ✅ |
Building a custom role
For Store App roles, the role must also be configured in user_management_options.available_roles
.
1.
...
Create the Role
Roles are created using an API call to POST /roles
. You can find the full API reference here.
...