Add a user
POST/api/v1/wallets/:walletExternalKey/users
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Adds a user to the wallet and assigns roles. Optionally supply verificationId and verificationCode to mark the user's email as verified in Keycloak. Requires the WALLET_IAM_USER_MAINTENANCE_CRUD role.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 422
User added successfully
Invalid or expired verification code.
Unauthorized.
Forbidden.
Wallet not found.
Unprocessable Request.