To use the Orchestrator Licensing Release API with the HttpRequest activity in UiPath, you will need to:
Authenticate to the Orchestrator API using a valid Orchestrator API key or access token.
Use the HttpRequest activity to call the POST /api/licensing/release API endpoint, passing the ID of the license you want to release as a parameter in the request body.
Thanks for your response. I’m aware of how to use the Orchestrator API, it’s this specific endpoint I’m failing to get to work.
What specifics should be passed in as parameters, ie what should I list the reference, type and count as? I’m not sure what you mean as license ID; I’ve passed the license type in (IE I want to release one Automation Developer license), but it’s the reference field which isn’t accepting any values.