Domain User

An Object

Note

Drop in one of our language drivers to accelerate your development.
Here are links to some of our popular Cookbooks to help you get started!

Parent

This Domain User is contained within a Domain.

Properties

The following properties are available:

Property Type Default Read-Only Description
_doc string No The primary ID
_system object No Metadata maintained by the system
authorities array No
directoryId string No
email string No
identityId string No
invitedDomainId string No
invitedPrincipalId string No
name string No
type string No

Schema


{
  "type": "object",
  "extends": "principal",
  "description": "Domain User",
  "container": "domain",
  "properties": {
    "email": {
      "type": "string"
    },
    "directoryId": {
      "type": "string"
    },
    "identityId": {
      "type": "string"
    },
    "invitedDomainId": {
      "type": "string"
    },
    "invitedPrincipalId": {
      "type": "string"
    },
    "name": null,
    "type": null,
    "authorities": null,
    "_doc": null,
    "_system": null
  },
  "id": "user"
}