HI team,
we are using orchestrator 23.4.1, could you please guide how to How to create .modify and delete local users in orchestrator using API calls
please provide curl urls you have
HI team,
we are using orchestrator 23.4.1, could you please guide how to How to create .modify and delete local users in orchestrator using API calls
please provide curl urls you have
You can use the swagger to see different api call, dedicatedly for the user related operations you can use this url yourOrchestratorBaseUrl/swagger/index.html#/Users/
in swagger , there are lot of fields to fill it up takes lot of time rather creating user in orchestrator directly. Is there any documentation where we can use limited no of fields
@dlmsekhar actually - all the fields are not mandatory you can try to fill some basic fields that you think are important.
Most importantly if you are going to implement API for the interaction with Orchestrator without going to the Orch UI, that means it not a one time job it’s a repetitive task.
Hi @dlmsekhar
You can refer this