Attendance
Responses
Members
List Members
GET
/
members
curl --request GET \
--url https://api.jonze.co/members \
--header 'x-api-key: <api-key>'
[
{
"id": "om_01HPCN296XBAKD6QYVKNMARD4N",
"role": "ADMIN",
"createdAt": "1970-01-01T00:00:00.000Z",
"updatedAt": "1970-01-01T00:00:00.000Z",
"userId": "user_01HPK4QTN24PB9NFRB2WWDBKZP",
"orgId": "org_01HPCN28VR5FQ87N9P4MWXJTHQ",
"additionalInfoId": "form_ZLLS9w1V6ioZq7rk"
}
]
Authorizations
Response
200
application/json
Retrieve members
The response is of type object[]
.
curl --request GET \
--url https://api.jonze.co/members \
--header 'x-api-key: <api-key>'
[
{
"id": "om_01HPCN296XBAKD6QYVKNMARD4N",
"role": "ADMIN",
"createdAt": "1970-01-01T00:00:00.000Z",
"updatedAt": "1970-01-01T00:00:00.000Z",
"userId": "user_01HPK4QTN24PB9NFRB2WWDBKZP",
"orgId": "org_01HPCN28VR5FQ87N9P4MWXJTHQ",
"additionalInfoId": "form_ZLLS9w1V6ioZq7rk"
}
]