XS2A.api.users
Get a xs2a.api bank user
get/api/users/{user-id}
Path parameters
user-idstring required
The user-id for the user.
Response
Request successfully processed
Example response
{
"id": "bus_NIB48H6IiB57ySH1",
"name": "Max Mustermann",
"email": "user@example.com",
"testmode": true,
"created_at": "2017-12-14 16:52:44",
"object": "bank_user"
}