RemoveProjectTeamMembers
This method can be used for the following functionality: Remove user(s) from a project team.
Last updated
{
"users": [
"bruce.wayne@attackforge.com",
"6132a2db9239f0975f505c4b"
]
}curl -X PUT 'https://localhost:3000/api/ss/project/620f1707c66ef8821d35ee17/team/remove' -H 'Host: localhost:3000' -H 'X-SSAPI-KEY: ***************************************' -H 'Content-Type: application/json' -H 'Connection: close' -d '
{
"users": [
"bruce.wayne@attackforge.com",
"6132a2db9239f0975f505c4b"
]
}'{
"result": [
{
"userId": "6132a2db9239f0975f505c4b",
"username": "bruce.wayne@attackforge.com",
"email": "bruce.wayne@attackforge.com",
"status": "Removed"
}
]
}