no_available_users_found_error error with 100% for all booking API. #16291
Unanswered
kukovinetsyevhenii
asked this question in
Self-Hosting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
curl --location 'https://api.cal.com/v1/bookings?apiKey=[key]'
--header 'Content-Type: application/json'
--data-raw '{
"eventTypeId": 952631,
"start": "2024-08-26T09:00:00.000Z",
"responses": {
"name": "John Doe",
"email": "[email protected]",
"guests": [],
"location": {
"value": "inPerson",
"optionValue": ""
}
},
"metadata": {},
"timeZone": "America/New_York",
"language": "en",
"title": "Appointment with kendall office with John Doe",
"description": null,
"status": "PENDING",
"smsReminderNumber": null
}
'
I tested this api hundres times at morning, evening, afernoon and so on
But I always got error
no_available_users_found_error
But it works with UI
I guess the API has some issues
Please let me know how to fix this
Beta Was this translation helpful? Give feedback.
All reactions