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

idstring

Bank user ID

namestring

Name of the user

emailstring email

E-Mail of the test user

testmodeboolean

True, if this user has been created with a testing API key, false otherwise.

created_atstring

Date of creation

objectstring

The value bank_user

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"
}

Changes