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