Skip to content

Identity

Represents an identity in the system.

In Emakin, every organizational entity is defined as an identity. An identity can be a user, an organization unit (department), position, or group.

Remarks

Runtime identity values are read-only wrappers around a resolved membership identity. Pass the wrapper directly to APIs that accept an identity. When an API accepts a string instead, it expects an identity GUID, not a login name or display name; use $Membership.FindIdentity to resolve a path first.

Capabilities

Properties