Original Message:
Sent: 03-12-2026 09:45
From: Kaio Oliveira
Subject: Get List of Assigned Roles for all Users
See if this helps: by accessing the API GET "/api/v2/users/{subjectId}/roles" you can pass the user ID as a parameter and it will return the roles and permissions.
{
"roles": [ {
"id": "1dd72dc4-9c4e-41f7-ad66-XXXXXXXXXXX",
"name": "employee"
},
{
"id": "3889e921-51f2-49a3-898f-XXXXXXXXX",
"name": "Field_Service"
}
],
"permissions": [
"agentUI:agents:view",
"agentUI:conversationSummary:view",
"agentUI:defaultPanels:view",
"alerting:alert:view",
.
.
.
.
.
.
------------------------------
Kaio Oliveira
GCP - GCQM - GCS - GCA - GCD - GCO - GPE & GPR - GCWM
PS.: I apologize if there are any mistakes in my English; my primary language is Portuguese-Br.
Original Message:
Sent: 03-12-2026 08:13
From: Scott Stewart
Subject: Get List of Assigned Roles for all Users
Thanks Kaio, for the response and the link to the idea portal. I have searched in the API Explorer for an API that would provide the info but I have not been able to find one. I found APIs that would show all users assigned to a specific role but not all users and the roles assigned to them. Unless I am missing something, this seems to be a big gap in Genesys reporting. Thanks again for your help.
------------------------------
Scott Stewart
Original Message:
Sent: 03-11-2026 18:47
From: Kaio Oliveira
Subject: Get List of Assigned Roles for all Users
I tried it here too, and in fact, I didn't export the role column.
Specifically via the interface, I don't know of any other place.
You can obtain this data via API.
I found this idea on the portal: https://genesyscloud.ideas.aha.io/ideas/OP-I-467
Based on the ADMIN's comment on the idea, the feature will be available in H2-2026.
------------------------------
Kaio Oliveira
GCP - GCQM - GCS - GCA - GCD - GCO - GPE & GPR - GCWM
PS.: I apologize if there are any mistakes in my English; my primary language is Portuguese-Br.
Original Message:
Sent: 03-11-2026 16:36
From: Scott Stewart
Subject: Get List of Assigned Roles for all Users
Hi All,
I am looking for a way to export a list of all users in our Org and the roles assigned to them. This is required by our risk team for quarterly access audits. I have tried adding the Role column in the Agent Performance view and exporting the view but the Role column does not get exported. Any suggestions?
Thanks,
#Reporting/Analytics
------------------------------
Scott Stewart
------------------------------