Assign a user to a role
POST/api/v1/wallets/:walletExternalKey/roles/:id/users/:userId
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Assigns an existing wallet user to a role.
Request
Responses
- 200
- 401
- 403
- 404
User assigned to role successfully
Unauthorized.
Forbidden.
Role or user not found.