get https://cubi-sandbox-api.customersbank.com/partners/v1/Users/
Responses
xxxxxxxxxx
curl --request GET \
--url 'https://cubi-sandbox-api.customersbank.com/partners/v1/Users/id?includeLastLoggedInAt=true' \
--header 'accept: application/json'
xxxxxxxxxx
15{
"id": "string",
"partnerId": "string",
"name": "string",
"isAdmin": true,
"isPrimaryAdmin": true,
"accountEnabled": true,
"email": "string",
"lastLoggedInAt": "string",
"roles": [
"string"
],
"showApi": true,
"isFrozen": true
}