Query parameters
-
extra information of each page assignment on the list
-
maximum count of the page assignment list
-
skip that many page assignment before beginning to return
DELETE
/profiles/{profile_id}/user_groups/{user_group_id}/users
curl \
--request DELETE 'https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D/profiles/self/user_groups/{user_group_id}/users' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"user_id":2734}'
Request examples
{
"user_id": 2734
}
Response examples (200)
[
{
"user_id": 456124
},
{
"user_id": 875152
}
]