Get a user
GET/api/v1/wallets/:walletExternalKey/users/:id
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Returns details of a specific user in the wallet.
Request
Responses
- 200
- 401
- 403
- 404
Successfully retrieved user
Unauthorized.
Forbidden.
User not found.