DEP account Data Type

A DEP account defined in the system.

Properties
Name Type Description
guid string GUID of the account.
name string Name of the account.
tokenExpiryDate string Date/time when account token will be expired.

Example

{
  "guid" : "2d2d3a7f-3f24-48c6-961a-949794f4b554",
  "name" : "Finance Department",
  "tokenExpiryDate" : "2021-07-23T14:04:30.45Z"
}