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
PUT
/profiles/{profile_id}/user_groups/{user_group_id}/page_assignments
curl \
--request PUT 'https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D/profiles/self/user_groups/{user_group_id}/page_assignments' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"can_collect":true,"can_view":true,"page_id":790777}'
Request examples
{
"can_collect": true,
"can_view": true,
"page_id": 790777
}
Response examples (200)
[
{
"page_id": 790771
},
{
"page_id": 790774
}
]