Retrieves a list of users from your company with optional filtering and pagination. Admin access required.
curl --request GET \
--url https://api.example.com/v4/user \
--header 'x-meetergo-api-user-id: <api-key>'{
"users": [
{
"id": "<string>",
"isAdmin": true,
"isScimDisabled": true,
"familyName": "<string>",
"givenName": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"title": "<string>",
"anonymousBooking": true,
"anonymousCalendarActivity": true,
"slug": "<string>",
"showGettingStartedList": true,
"recieveEmailMarketing": true,
"timezone": "<string>",
"language": "en",
"personalPage": {
"useCustomColors": true,
"primaryColor": "<string>",
"secondaryColor": "<string>",
"description": "<string>",
"onlineProfiles": {
"linkedIn": "<string>",
"facebook": "<string>",
"twitter": "<string>",
"instagram": "<string>",
"xing": "<string>",
"phone": "<string>",
"email": "<string>",
"customLinks": [
{
"name": "<string>",
"url": "<string>",
"icon": "<string>"
}
]
},
"headerImage": "<string>",
"meetingTypes": [
{
"meetingInfo": {
"name": "<string>",
"description": "<string>",
"enableRedirect": true,
"redirect": "<string>",
"duration": 123,
"channel": "local",
"customChannelName": "<string>",
"customChannelLink": "<string>",
"groupBooking": true,
"enrichInvitee": true,
"confirmationButton": {
"useConfirmationButton": true,
"text": "<string>",
"color": "<string>",
"link": "<string>"
},
"bufferBefore": 123,
"bufferAfter": 123,
"color": {}
},
"spots": 123,
"enabled": true,
"slug": "<string>",
"companyId": "<string>",
"locations": [
"<string>"
],
"isGlobalQueue": true,
"createdById": "<string>",
"createdAt": "<string>",
"formId": "<string>",
"communicationSettingsId": 123,
"availabilityId": "<string>",
"queueId": "<string>",
"workspaceId": "<string>",
"userId": "<string>",
"deletedAt": "<string>",
"resourceChannelIds": [
"<string>"
]
}
]
},
"userType": "standard",
"fullName": "<string>",
"companyId": "<string>",
"email": "<string>",
"picture": "<string>",
"deletedAt": "<string>",
"referralId": "<string>",
"calendarSyncProviders": {
"id": "<string>",
"type": "google"
},
"defaultAvailabilityId": "<string>",
"aircallUserId": "<string>",
"phone": "<string>",
"wherebyApiKey": "<string>",
"groupIds": [
"<string>"
],
"groupAdminIds": [
"<string>"
],
"meetingTypeIds": [
"<string>"
],
"meetingTypeTemplateIds": [
"<string>"
],
"appointmentIds": [
"<string>"
],
"workspaceIds": [
"<string>"
],
"reminderIds": [
"<string>"
],
"formIds": [
"<string>"
],
"dealIds": [
"<string>"
],
"queueIds": [
"<string>"
],
"queueUserGroupIds": [
"<string>"
],
"availabilityIds": [
"<string>"
],
"company": {
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"timezone": "<string>",
"language": "<string>",
"logo": "<string>",
"description": "<string>"
}
}
],
"total": 25,
"count": 10,
"offset": 0
}User ID to act as when using API Key authentication (required with API Key)
Filter users by type. If not specified, returns all user types.
standard, resource, api-platform Maximum number of users to return
1 <= x <= 10020
Number of users to skip for pagination
x >= 00
Users retrieved successfully
Array of users matching the query criteria
Show child attributes
Total number of users matching the query criteria (before pagination)
x >= 025
Number of users returned in this response
x >= 010
Number of users skipped (pagination offset)
x >= 00
curl --request GET \
--url https://api.example.com/v4/user \
--header 'x-meetergo-api-user-id: <api-key>'{
"users": [
{
"id": "<string>",
"isAdmin": true,
"isScimDisabled": true,
"familyName": "<string>",
"givenName": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"title": "<string>",
"anonymousBooking": true,
"anonymousCalendarActivity": true,
"slug": "<string>",
"showGettingStartedList": true,
"recieveEmailMarketing": true,
"timezone": "<string>",
"language": "en",
"personalPage": {
"useCustomColors": true,
"primaryColor": "<string>",
"secondaryColor": "<string>",
"description": "<string>",
"onlineProfiles": {
"linkedIn": "<string>",
"facebook": "<string>",
"twitter": "<string>",
"instagram": "<string>",
"xing": "<string>",
"phone": "<string>",
"email": "<string>",
"customLinks": [
{
"name": "<string>",
"url": "<string>",
"icon": "<string>"
}
]
},
"headerImage": "<string>",
"meetingTypes": [
{
"meetingInfo": {
"name": "<string>",
"description": "<string>",
"enableRedirect": true,
"redirect": "<string>",
"duration": 123,
"channel": "local",
"customChannelName": "<string>",
"customChannelLink": "<string>",
"groupBooking": true,
"enrichInvitee": true,
"confirmationButton": {
"useConfirmationButton": true,
"text": "<string>",
"color": "<string>",
"link": "<string>"
},
"bufferBefore": 123,
"bufferAfter": 123,
"color": {}
},
"spots": 123,
"enabled": true,
"slug": "<string>",
"companyId": "<string>",
"locations": [
"<string>"
],
"isGlobalQueue": true,
"createdById": "<string>",
"createdAt": "<string>",
"formId": "<string>",
"communicationSettingsId": 123,
"availabilityId": "<string>",
"queueId": "<string>",
"workspaceId": "<string>",
"userId": "<string>",
"deletedAt": "<string>",
"resourceChannelIds": [
"<string>"
]
}
]
},
"userType": "standard",
"fullName": "<string>",
"companyId": "<string>",
"email": "<string>",
"picture": "<string>",
"deletedAt": "<string>",
"referralId": "<string>",
"calendarSyncProviders": {
"id": "<string>",
"type": "google"
},
"defaultAvailabilityId": "<string>",
"aircallUserId": "<string>",
"phone": "<string>",
"wherebyApiKey": "<string>",
"groupIds": [
"<string>"
],
"groupAdminIds": [
"<string>"
],
"meetingTypeIds": [
"<string>"
],
"meetingTypeTemplateIds": [
"<string>"
],
"appointmentIds": [
"<string>"
],
"workspaceIds": [
"<string>"
],
"reminderIds": [
"<string>"
],
"formIds": [
"<string>"
],
"dealIds": [
"<string>"
],
"queueIds": [
"<string>"
],
"queueUserGroupIds": [
"<string>"
],
"availabilityIds": [
"<string>"
],
"company": {
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"timezone": "<string>",
"language": "<string>",
"logo": "<string>",
"description": "<string>"
}
}
],
"total": 25,
"count": 10,
"offset": 0
}