Symptom
- Users are unable to find any APIs to delete or revoke a user from the RBP group using OData API.
Environment
- OData API Framework
Reproducing the Issue
- Attempt to revoke or delete a user from an RBP group using OData API.
- Observe that no API is available for performing this action.
Cause
- Relevant documentation was provided to address the issue.
Resolution
- Use the `updateStaticGroup` function to add or remove users from a static permission group.
- Note that this functionality is applicable only to static groups when performing user additions or removals.
- To add a user to a static group, use the following example:
a href="https://example.com/odata/v2/updateStaticGroup?groupId=1234L&ction='add'&userIds='cgrant1'" Add user to static group /a
2. To remove a user from a static group, use the following example:
a href="https://example.com/odata/v2/updateStaticGroup?groupId=1234L&ction='remove'&userIds='cgrant1'" Remove user from static group /a
See Also
Keywords
odata api, rbp group, revoke user, delete user, updateStaticGroup, static permission group, add user, remove user, function import, sap successfactors, api reference guide , KBA , LOD-SF-INT-ODATA , OData API Framework , Problem
Product
SAP SuccessFactors HCM Core 2511 ; SAP SuccessFactors HCM Suite 2511 ; SAP SuccessFactors Platform all versions
SAP Knowledge Base Article - Public