UpdateUserAccessOnGroup
This method can be used for the following functionality: Update a user's access on a group.
Last updated
{
"user_id": "..."
}{
"access_level": "Edit"
}curl -X PUT 'https://demo.attackforge.com/api/ss/group/user/5e68a59fbfc6890c16dd2f55' -H 'Host: demo.attackforge.com' -H 'X-SSAPI-KEY: ***************************************' -H 'Content-Type: application/json' -H 'Connection: close' -d '{
"group_id": "5eab99471e18050942c7607a",
"user_id": "5e68a59fbfc6890c16dd2f55",
"access_level": "Edit"
}'{
"status": "User Access Updated On Group"
}