Get users by API in UiPath cloud platform/orchestrator

Hi there,

For audit reasons we want to get all user accounts from the UiPath cloud platform by using the GET Users ( /odata/Users) API.
However, I do get the groups which the users belong to in my response, but not the accounts which are allocated to these groups.
For example; I’m administrator myself. I would expect my name here, and not a group name like in the screenshot.
image

Am I missing an expanding function or missing a filter?

Hello @HowToDoIT!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

  5. Meet us and our users on our Community Slack and ask your question there.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
Forum_Staff

Looking for the same answer!

Check with a GET for https://cloud.uipath.com/YOUR_ORG_NAME/YOUR_TENANT_NAME/orchestrator_/odata/Users?$top=1000&$expand=OrganizationUnits,UserRoles&$orderby=FullName%20asc

Thanks @marian.platonov for the response. I believe the requirement is to get the list of users in the group account. However, I don’t think it’s available by using the Orchestrator API request. Instead, I have found the solution by using the Automation Cloud API request; Get Specific Group

Cheers

Regards,
Azeem