Admin

Get Staff Users

Get all active users (staff) for the current user's customer. Only returns users where is_active=True. Non-developer users will not see developer users in the response. Requires admin authentication.

get/admin/staff

Response

Successful Response

idstring required
first_namestring required
last_namestring required
emailstring required
user_type'admin' | 'staff' required

Enum for user types

login_type'password' | 'google' | 'microsoft' required

Enum for user login types

created_atstring required
last_loginstring nullable
meeting_phone_numberstring nullable
voip_extensionstring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.