Authorizations
Enter your API key
Response
Operation successful
curl --request GET \
--url https://platform.thena.ai/v1/users/list \
--header 'x-api-key: <api-key>'{
"status": true,
"message": "Success",
"timestamp": "2024-01-01T00:00:00.000Z",
"data": {
"timezone": "<string>",
"userId": "<string>",
"dailyConfig": {
"monday": {
"isActive": true,
"slots": [
{
"start": "<any>",
"end": "<any>"
}
]
},
"tuesday": {
"isActive": true,
"slots": [
{
"start": "<any>",
"end": "<any>"
}
]
},
"wednesday": {
"isActive": true,
"slots": [
{
"start": "<any>",
"end": "<any>"
}
]
},
"thursday": {
"isActive": true,
"slots": [
{
"start": "<any>",
"end": "<any>"
}
]
},
"friday": {
"isActive": true,
"slots": [
{
"start": "<any>",
"end": "<any>"
}
]
},
"saturday": {
"isActive": true,
"slots": [
{
"start": "<any>",
"end": "<any>"
}
]
},
"sunday": {
"isActive": true,
"slots": [
{
"start": "<any>",
"end": "<any>"
}
]
}
},
"commonDailyConfig": true,
"createdAt": "<string>",
"updatedAt": "<string>"
}
}This endpoint is only available for standard and enterprise tier organizations.
curl --request GET \
--url https://platform.thena.ai/v1/users/list \
--header 'x-api-key: <api-key>'{
"status": true,
"message": "Success",
"timestamp": "2024-01-01T00:00:00.000Z",
"data": {
"timezone": "<string>",
"userId": "<string>",
"dailyConfig": {
"monday": {
"isActive": true,
"slots": [
{
"start": "<any>",
"end": "<any>"
}
]
},
"tuesday": {
"isActive": true,
"slots": [
{
"start": "<any>",
"end": "<any>"
}
]
},
"wednesday": {
"isActive": true,
"slots": [
{
"start": "<any>",
"end": "<any>"
}
]
},
"thursday": {
"isActive": true,
"slots": [
{
"start": "<any>",
"end": "<any>"
}
]
},
"friday": {
"isActive": true,
"slots": [
{
"start": "<any>",
"end": "<any>"
}
]
},
"saturday": {
"isActive": true,
"slots": [
{
"start": "<any>",
"end": "<any>"
}
]
},
"sunday": {
"isActive": true,
"slots": [
{
"start": "<any>",
"end": "<any>"
}
]
}
},
"commonDailyConfig": true,
"createdAt": "<string>",
"updatedAt": "<string>"
}
}Enter your API key
Operation successful
The status of the response
The message of the response
The timestamp of the response
The response for create/update/delete user configurations
Show child attributes