edevries
(Peter Griffin)
February 19, 2026, 4:19pm
1
Hello,
I have a group in Orchestrator that I use to assign Action Center tasks. In my automation, I want to be able to grab a list of everyone in this group at runtime. Are there any built in ways to do this? Do I need to access the UiPath web API?
I appreciate the help,
Thanks.
Hi @edevries
I would suggest using API to fetch this info.
I am sharing below posts on details around the same. That should give you an idea on what api and what scopes to use.
To conclude this discussion - I am sharing the solution which i found with the help of above comments. Thank You @Anil
First step is to create an external app from the admin screen and get the client_id and client secret.
Next step is to get Bearer Token. Use end point as below
orchesetratorURL+“/identity_/connect/token”
Add following parameters
grant_type as “client_credentials”
client_id from above step
client_secret from above step
scope from above step
Method as POST and accepted res…
Hi Sonali,
Sorry for the late reply. Yes dynamo in our tenant name. but it is not working with out the tenant name in the API call. I got the partitionGlobalid from developer tools i opened when i am adding the user to the orchestrator user group.
system
(system)
Closed
February 22, 2026, 5:04pm
3
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.