Configuration - Policy
Create a user profile assignment
Create a new user profile assignment.
post/user-profile-assignments
Request body
Response
Created
Example response
{
"mac_object_profiles": [
{
"value": "AABBCCDDEEFF",
"mac_address_end": "FFFFFFFFFFFF"
}
],
"schedules": [
{
"start_date": "2020-07-06",
"end_date": "2020-07-06",
"start_time": "00:00",
"end_time": "23:45",
"start_time2": "00:00",
"end_time2": "23:45"
}
]
}