Skip to content

Identity

Overview

Represents a identity in system.

{
    string Id,
    string Domain,
    string Name,
    string Type
}

In Workrunner every organizational entity defined as identity. Identity can be a user or organization unit (department) or group commonly called as "Identity".

Details

Id Unique identifier of identity.

Domain Unique identifier of domain where identity defined.

Name Display name of identity.

Type Type of identity.

Remarks

Identity type can be one of following types;

  • User
  • OrganizationUnit
  • Position
  • Group