v4

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

Get user profile assignment by ID

Get user profile assignment details for the specified ID.

get/user-profile-assignments/{id}

Path parameters

idinteger required

The user profile assignment ID

Response

OK

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