Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

/rest/{version}/groups/{groupId}/removeUser/{userId}

Descriptor

Value

HTTP Method

POST

Description

Removes a user from the specified group.

Required Permission

Manage Groups

Version Introduced

2.7.6

Request Header Parameters

Parameter

Value

Required

Description

Accept

String

Yes

A value of ‘application/json’ must be provided.

Sample Call:

theme
Code Block
Eclipse
curl -H 'Accept: application/json' -H "Authorization: APIKEY {apiKey}" -X POST https://localhost:8443/threadfix/rest/latest/groups/1/removeUser/3

Sample Output:

Code Block
themeEclipse
{
    "message": "",
    "success": true,
    "responseCode": -1,
    "object": "Successfully removed user from group."
}

Page Tree
rootwip - Users, Roles, and Groups 3.0 API - WIP