Invite users to the Organization via API

Hi,
I’m trying to invite users to my UiPath Organization via the Platform Management API, but I can’t do it.
I’m using the official documentation: Platform Management API, but it is not complete.
Does someone know how to do this?
I’m already authenticated via OAuth and selected many scopes, but I don’t have the specific endpoint, and the payload structure.

@vicente.diaz

New user creation or Inviting a new user is not part of the API yet

cheers

Ok, that’s a shame, it would be very useful for some solutions we’re developing.
I also noticed that there’s the option to edit and delete users, but not to GET all of them. Is there an endpoint for that?

Hi @vicente.diaz

Please refer below post, it has the endpoints/payload for Platform management API to add user to a group, so should give you an idea on usage of PM API calls, but I am not sure if inviting a new user can be done via same.

You can try inviting 1 user from orchestrator and observe the API calls being made via Network traffic(F12) and see what’s happening there.

@vicente.diaz

users as far as I remember is available at tenant level..so can get all tenants and get users from each tenant to get full list..but at org level I dont think we have one

cheers