Groups
Remove Group User
DELETE
/
api
/
v1
/
groups
/
{id}
/
users
/
{username}
Path Parameters
id
string
requiredThe ID of the group to remove the user from.
username
string
requiredThe username of the user to remove from the group.
Response
200 - application/json
username
string
requiredid
string
requiredemail
string | null
firstName
string | null
lastName
string | null
Was this page helpful?