curl --request GET \
--url https://api.example.com/users/birthdays{
"data": [
{
"content_type": "user",
"id": 1,
"reference": "USR-123",
"name": "John Doe",
"first_name": "John",
"last_name": "Doe",
"title": "Manager",
"active": true,
"meta_field_0": "<string>",
"meta_field_1": "<string>",
"meta_field_2": "<string>",
"meta_field_3": "<string>",
"meta_field_4": "<string>",
"permissions": {},
"avatar": {},
"unit": {},
"physicalUnit": {},
"department": {},
"userTypes": [
{}
],
"memberGroups": [
{}
],
"memberUnits": [
{}
],
"specialties": [
{}
],
"twoFactor": {},
"provider": [
"<string>"
],
"all_integrations": [
{}
],
"devices": [
{}
],
"participant_type": "<string>",
"url": "api/users/1"
}
]
}Get users with birthdays in range
curl --request GET \
--url https://api.example.com/users/birthdays{
"data": [
{
"content_type": "user",
"id": 1,
"reference": "USR-123",
"name": "John Doe",
"first_name": "John",
"last_name": "Doe",
"title": "Manager",
"active": true,
"meta_field_0": "<string>",
"meta_field_1": "<string>",
"meta_field_2": "<string>",
"meta_field_3": "<string>",
"meta_field_4": "<string>",
"permissions": {},
"avatar": {},
"unit": {},
"physicalUnit": {},
"department": {},
"userTypes": [
{}
],
"memberGroups": [
{}
],
"memberUnits": [
{}
],
"specialties": [
{}
],
"twoFactor": {},
"provider": [
"<string>"
],
"all_integrations": [
{}
],
"devices": [
{}
],
"participant_type": "<string>",
"url": "api/users/1"
}
]
}