GetUserGroups
This method can be used for the following functionality: Get all groups that a user has access to.
Last updated
curl -X GET 'https://demo.attackforge.com/api/ss/user/5d5b27734a83a708c46f4748/groups' -H 'Host: demo.attackforge.com' -H 'X-SSAPI-KEY: ***************************************' -H 'Content-Type: application/json' -H 'Connection: close'{
"count": 999,
"groups":[
{
"group_name": "...",
"group_id": "...",
"access_level": "...",
"created": "...",
"last_updated": "...",
}
]
}