Get started
Integrations
Use cases
API reference
- Accounting
- Authentication
- Tenant Management
- User
- Overview
- Users
Users
User info
GET
/
user
/
user-info
curl --request GET \
--url https://api.maesn.dev/user/user-info \
--header 'X-ACCOUNT-KEY: <x-account-key>' \
--header 'X-API-KEY: <x-api-key>'
{
"meta": {
"warnings": [
"Field not used by target system"
],
"pagination": {
"total": 123,
"perPage": 123,
"currentPage": 123,
"totalPages": 123
}
},
"data": [
{
"name": "John",
"family_name": "Doe",
"account_id": "eaa28f49-6028-4b6e-bb12-d8f6278073fc"
}
]
}
Test Api token:
663222ee
Test Account token:
85b30b51
Field support per integration
Response
200 - application/json
Was this page helpful?
curl --request GET \
--url https://api.maesn.dev/user/user-info \
--header 'X-ACCOUNT-KEY: <x-account-key>' \
--header 'X-API-KEY: <x-api-key>'
{
"meta": {
"warnings": [
"Field not used by target system"
],
"pagination": {
"total": 123,
"perPage": 123,
"currentPage": 123,
"totalPages": 123
}
},
"data": [
{
"name": "John",
"family_name": "Doe",
"account_id": "eaa28f49-6028-4b6e-bb12-d8f6278073fc"
}
]
}