Number of APIs: 4
DELETE {{baseUrl}}/contact_center/users?user_ids=<string>&user_ids=<string>&user_emails=<string>&user_emails=<string>
Batch delete users. Note: Either Scopes: Rate Limit Label: user_ids
or user_emails
needs to be provided. If both user_ids
and user_emails
are provided, only user_ids
will be used, while user_emails
will be ignored. contact_center_user:write:admin
Medium
POST {{baseUrl}}/contact_center/users
Create a profile for a user. Scopes: Rate Limit Label: contact_center_user:write:admin
LIGHT
PATCH {{baseUrl}}/contact_center/users
Batch update user profiles. Scopes: Rate Limit Label: contact_center_user:write:admin
MEDIUM
GET {{baseUrl}}/contact_center/users?search_key=<string>&next_page_token=<string>&page_size=30®ion_id=<string>&user_access=inactive
Returns a list of users and their information. Scopes: Rate Limit Label: contact_center_user:read:admin
MEDIUM
ENDPOINTS