Search

Remove Roles

Last Updated: Mar 8, 2023

Articles

Use this API to remove all the roles of user from the specified App.

  • API : {URL}docube/api/app/{appgroup_name}/{app_name}/removeUsers
  • API Type : POST
  • Authentication Type: Token- Based Authentication
  • Request API Body:

    {
    “userId”: [ “Username” ] }

  • Sample API Body:

    {
    “userId”: [ “JohnSmith” ] }

To view all the APIs, click here.

Did you find what you were looking for?