Type Alias UserStateCondensedV2

Condensed state of a user returned in state of ownable ODAG entities (for example, a link or request).

type UserStateCondensedV2 = {
    id: odagLinks.UserIdV2;
    name: string;
    subject: string;
    tenantid: string;
}
Index

The system-assigned ID for a user

name: string
subject: string

Identity subject used for identity mapping.

tenantid: string

Tenant identifier.