teams-devices_user

APIs.ioEngineeringPlatform

Properties

Name Type Description
email object
id object
name string The enrolled device user's name.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_user",
  "title": "teams-devices_user",
  "properties": {
    "email": {
      "$ref": "#/components/schemas/teams-devices_email"
    },
    "id": {
      "$ref": "#/components/schemas/teams-devices_components-schemas-uuid"
    },
    "name": {
      "description": "The enrolled device user's name.",
      "example": "John Appleseed",
      "type": "string"
    }
  },
  "type": "object"
}