Create a new role for the wallet
POST/api/v1/wallets/:walletExternalKey/roles
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Creates a new role for the wallet with the name, description, and permissions provided in the request body.
Required Role
| Role | Description |
|---|---|
WALLET_IAM_USER_MAINTENANCE_CRUD | Create, read, update and delete users |
Request
Responses
- 201
- 401
- 403
- 404
- 422
Role created successfully
Unauthorized.
Forbidden.
Wallet not found.
Unprocessable Request.