POST | /keycloak/users/delete/group | delete a user's groups by Id from keycloak |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
SessionId | query | string | Yes | The id of the REST session |
UserId | query | string | Yes | The id of the user |
GroupId | query | string | Yes | The id of the group to add to the user |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
SessionId | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /keycloak/users/delete/group HTTP/1.1
Host: n3tapi.palmettovdc.com
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"sessionId":"String","userId":"String","groupId":"String"}