Get started
Integrations
Use cases
API reference
- Accounting
- Authentication
- Tenant Management
- User
Tenant Management
Get end user list
GET
/
tenants
/
get-end-user-list
curl --request GET \
--url https://api.maesn.dev/tenants/get-end-user-list \
--header 'X-API-KEY: <x-api-key>'
[
{
"accessToken": "accessToken",
"createdAt": "2021-01-01T00:00:00Z",
"updatedAt": "2021-01-01T00:00:00Z",
"targetSystem": "targetSystem"
}
]
Headers
API key
Response
200 - application/json
The response is of type object[]
.
Was this page helpful?
curl --request GET \
--url https://api.maesn.dev/tenants/get-end-user-list \
--header 'X-API-KEY: <x-api-key>'
[
{
"accessToken": "accessToken",
"createdAt": "2021-01-01T00:00:00Z",
"updatedAt": "2021-01-01T00:00:00Z",
"targetSystem": "targetSystem"
}
]