v1
latestOpenAPI 3.0.32026-07-24148824715.6 KBUsers
Get accounts for your user
Returns a list of accounts for your user.
get/v2/users/me/accounts
Query parameters
name_containsstring
Filter accounts by name.
page_numberinteger
The page of results returned within the response.
page_sizeinteger
The amount of results returned within the response.
Response
OK
Example response
{
"accounts": [
{
"client_identifier": "00000000-0000-0000-0000-000000000000",
"identifier": "00000000-0000-0000-0000-000000000000",
"name": "A Bank Retail",
"roles": [
{
"assigned_at": "2023-01-01T10:10:10.000Z",
"name": "Admin"
}
]
}
],
"total_count": 60
}