Role Membership APIs
  • 04 Jan 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Role Membership APIs

  • Dark
    Light
  • PDF

Article summary

API to add a role member

To add a member to the role, you can use the POST method and provide the necessary payload. The payload typically includes the requested By, requested For, role list and any additional input variables required by the workflow.

POST <tenant_URL>/CIDSaas/default/user/addrolememberapi

API to remove a role member

To remove a member from the role, you can use the POST method and provide the necessary payload. The payload typically includes the requestedBy, requestedFor, role list and any additional input variables required by the workflow.

POST <tenant_URL>/CIDSaas/default/user/removerolememberapi





Was this article helpful?