v4

latestOpenAPI 3.0.1Apache 2.02026-08-036821,1001.5 MB
Configuration - Policy

Create a user profile assignment

Create a new user profile assignment.

post/user-profile-assignments

Request body

namestring

The user profile name

descriptionstring

The user profile assignment description

folder_idsinteger[]

The location folder Id list

Response

Created

idinteger required

The unique identifier

create_timestring date-time required

The create time in UTC (ISO 8601 format)

update_timestring date-time required

The last update time in UTC (ISO 8601 format)

org_idinteger

The organization identifier, valid when enabling HIQ feature

namestring

The user profile name

descriptionstring

The user profile assignment description

authorisation_policystring

The Authorization policy name

folder_idsinteger[]

The location folder Id list

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"
    }
  ]
}