Get a single wallet user by ID
GET/api/v1/wallets/:walletExternalKey/users/:id
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Returns the details of a specific user that has been added to the wallet.
Required Role
| Role | Description |
|---|---|
WALLET_IAM_USER_MAINTENANCE_READ | Read users |
Request
Responses
- 200
- 401
- 403
- 404
Successfully retrieved user
Unauthorized.
Forbidden.
User not found.