Profiles Data Type

A collection of profiles.

Properties
Name Type Description
profiles array of Profile Collection of profile.

Example

{
  "profiles" : [ {
    "links" : [ {
      "rel" : "groups",
      "href" : "https://server01:18084/SRP00000/api/v1/users/6dd3a8e2-3f24-48c6-961a-949794f4b554/groups"
    }, {
      "rel" : "...",
      "href" : "..."
    } ],
    "guid" : "3d55abd2-c00e-4f5f-abcf-01c92ac777b1",
    "name" : "Sample Policy",
    "description" : "Corporate profile",
    "categoryName" : "IT_CONFIG",
    "default" : true,
    "disabledPlatforms" : [ "android", "ios" ]
  }, {
    "links" : [ {
      "rel" : "...",
      "href" : "..."
    }, {
      "rel" : "...",
      "href" : "..."
    } ],
    "guid" : "6106fce8-83f5-44b3-8288-e8e4e0966561",
    "name" : "Sample Email Profile",
    "description" : "Sales email profile",
    "categoryName" : "EMAIL",
    "default" : false,
    "disabledPlatforms" : [ "ios", "android" ]
  } ]
}