From the API Explorer in the Genesys Cloud Developer Center, you can execute this API: https://developer.genesys.cloud/devapps/api-explorer#get-api-v2-license-users. It will return you a list of User IDs and their license level. Like this:
{ "entities": [ { "id": "83cdb643-430e-4c92-89da-f8b474ecef36", "licenses": [ "collaboratePro" ], "selfUri": "/api/v2/license/users/83cdb643-430e-4c92-89da-f8b474ecef36" }, { "id": "0a55fa46-6612-4429-845c-4222675167fb", "licenses": [ "collaboratePro" ], "selfUri": "/api/v2/license/users/0a55fa46-6612-4429-845c-4222675167fb" }, { "id": "018b884d-c456-4526-a843-448ebda22014", "licenses": [ "agentCopilotLicense", "predictiveEngagementLicense", "salesforceClient", "skypePremiumAppUserLicense", "eMiteLicense", "examplePremiumAppUserLicense", "aiEvaluationScoring", "workitemsLicense", "auviousLicense", "cloudCX3", "ngagementIntegrationLicense", "microsoftTeamsBasicClientLicense", "secureUploadCX" ], "selfUri": "/api/v2/license/users/018b884d-c456-4526-a843-448ebda22014" },...
If you hand that JSON output to an AI like ChatGPT or Gemini you can ask it to turn that into a CSV and to even pull out only the users with "cloudCX3" in the list of licenses. You can then join that CSV file on the user id field to get the user's name and email address. You can get that list of users using this API: https://developer.genesys.cloud/devapps/api-explorer#get-api-v2-users
If you are savvy at a command line, then it is easy to get these via Genesys Cloud Command Line utility as well: https://developer.genesys.cloud/devapps/cli/
I hope that helps.
------------------------------
Jim Crespino
Senior Director, Developer Evangelism
Genesys
https://developer.genesys.com------------------------------
Original Message:
Sent: 12-15-2025 21:45
From: Mahmoud Alshobaki
Subject: Looking for away to identify all users with CX3 license
HI,
I have 6000 active users in our Genesys Cloud CX environment, I am looking for quick way to get list of all of users who have CX3 license, any advise?
thank you for your help.
#Implementation
#System/PlatformAdministration
#Telephony
------------------------------
Mahmoud Alshobaki
Senior Consultant
------------------------------