Configuration - Policy
Get user profile by ID
Get user profile details for the specified ID.
get/user-profiles/{id}
Path parameters
idinteger required
The user profile ID
Response
OK
Example response
{
"vlan_profile": {
"classified_entries": [
{
"classification_rule": {
"classifications": [
{
"value": "AABBCCDDEEFF"
}
]
}
}
]
}
}