Connectors
...
Actions
Remove User to Group
5 min
description removes a specified user from a group in okta identity management by using the provided groupid and userid endpoint url /api/v1/groups/{{groupid}}/users/{{userid}} method delete inputs path parameters (object) – required path parameters groupid (string) – required group id userid (string) – required id of an existing okta user output example \[ { "status code" 200, "response headers" { "content length" "140", "content type" "application/json", "date" "wed, 8 jan 2025 20 37 23 gmt" }, "reason" "ok", "json" {} } ] output parameters status code (number) reason (string) json (object) response headers header type content length string content type string date string