User V4
List users
Retrieves a list of users from your company with optional filtering and pagination. Admin access required.
GET
List users
Documentation Index
Fetch the complete documentation index at: https://developer.meetergo.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
User ID to act as when using API Key authentication (required with API Key)
Query Parameters
Filter users by type. If not specified, returns all user types.
Available options:
standard, resource, api-platform, partner Maximum number of users to return
Required range:
1 <= x <= 100Example:
20
Number of users to skip for pagination
Required range:
x >= 0Example:
0
Response
200 - application/json
Users retrieved successfully
Array of users matching the query criteria
Total number of users matching the query criteria (before pagination)
Required range:
x >= 0Example:
25
Number of users returned in this response
Required range:
x >= 0Example:
10
Number of users skipped (pagination offset)
Required range:
x >= 0Example:
0
Previous
Create platform userCreates a new platform user with automatically generated availability schedule and meeting type. The user will be associated with your company and ready for bookings immediately. Basic information for availability (weekly schedule, timezone) and meeting type (name, duration, slug) can be provided in the request. If not provided, default values are used: availability defaults to business hours (9-17 Mon-Fri) in Europe/Berlin timezone, and meeting type defaults to "30min Meeting" with 30-minute duration. The response includes IDs for the created user, availability, and meeting type, plus a ready-to-use public booking URL. The defaultAvailabilityId can be used to update availability via PATCH, and meeting types can be fetched and modified or new ones created.
Next
List users