System Group APIs

Remove user from system group

OVERVIEW

Overview

This API call is used to remove a user from a group

HTTP Request

DELETE  /api/3/groups/<GROUPID>/users/<USERID>

URL Parameters
Parameter Description
GROUPID The ID of the group
USERID The id of the user to be removed from the group

 

HTTP Request Object

DELETE http://example.com/context/api/3/groups/3/users/12

 

HTTP Response
Success

HTTP response 200

Error messages

 

Summary Ref Code (before V4) Ref Code (V4)

The following users do not exist within the system:

110 110

The group does not exist within the system   

126 126

Group id is not in the proper format   

124 124

The User ids are not in a given group:

N/A 259

Users cannot be removed from an auto-created group

N/A 306

User id is not in the proper format   

113 113

The User's id length cannot exceed 50 characters

N/A 304

Comments


0 Comments

Last Updated: Jun 09,2023