PatchGroupMember
This method can be used for the following functionality: Patch a user's access on a group.
Last updated
{
"project_access": "Edit"
}{
"project_request_access": "View"
}{
"enable_flow_sharing": false
}{
"enable_action_sharing": false
}curl -X PATCH 'https://demo.attackforge.com/api/ss/group/6833f782b11edbf506b7c747/member' -H 'Host: demo.attackforge.com' -H 'X-SSAPI-KEY: ***************************************' -H 'Content-Type: application/json' -H 'Connection: close' -d '{
"user_id":"66320e0de065b47449e0052c",
"project_access":"Edit",
"project_request_access":"View",
"enable_flow_sharing":false,
"enable_action_sharing":false
}'{
"status": "ok"
}