Role Membership APIs
- 04 Jan 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Role Membership APIs
- Updated on 04 Jan 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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?