Hi everyone,
I want to delete a user both in ODC and in the Users table.
I’ve tried using the existing Users Management (ODC) Forge component, but it feels a bit complex, and I’m not retrieving the data properly.
If anyone has done this before, could you share a Postman collection? It would help me understand the process easily, and I can then implement the same in ODC.
If sharing Postman isn’t possible, step-by-step instructions are also fine.
Currently, I’m using the following endpoint:
With inputs: key, Authorization, and ApiBaseUrl.
Thanks in advance for your help!
Hi @Dinesh Murugan ,
have you checked the below url:
https://success.outsystems.com/documentation/outsystems_developer_cloud/odc_rest_apis/getting_started/
https://success.outsystems.com/documentation/outsystems_developer_cloud/odc_rest_apis/user_and_access_management_api/
https://www.outsystems.com/forums/discussion/92739/how-to-add-and-delete-users-through-the-app/#:~:text=You%20have%20to%20build%20a,OutSystems%20users%20as%20they%20are.&text=Directly%20you%20can%20not%20delete%20any%20record%20from%20the%20system%20entities.
Hope this helps.
regards,
Manish Jawla