GetProjectMembershipAdministrators
This method can be used for the following functionality: Get project membership administrators.
Last updated
curl -X GET 'https://demo.attackforge.com/api/ss/project/5e64179c899bb708b55ea48c/member-admins' -H 'Host: demo.attackforge.com' -H 'X-SSAPI-KEY: ***************************************' -H 'Content-Type: application/json' -H 'Connection: close'{
"member_admins": [
{
"created": "2025-03-23T05:05:25.825Z",
"modified": "2025-03-23T05:05:25.825Z",
"project_id": "6132a2db9239f0975f505c4b",
"group_id": "620f1707c66ef8821d35ee17",
"access_level_limit": "View",
"add_user_method": "email",
"allow_user_invite": false
},
{
"created": "2025-03-23T05:05:25.825Z",
"modified": "2025-03-23T05:05:25.825Z",
"project_id": "6132a2db9239f0975f505c4b",
"user_id": "6132a2db9239f0975f505c4b",
"access_level_limit": "Edit",
"add_user_method": "list",
"allow_user_invite": true
}
]
}