@dvelop-sdk
    Preparing search index...

    Interface DvelopUser

    User representation according to the [System for Cross-domain Identity Management (SCIM)]https://tools.ietf.org/html/rfc7644.

    interface DvelopUser {
        displayName?: string;
        emails?: { value?: string }[];
        groups?: { display?: string; value?: string }[];
        id?: string;
        name?: { familyName?: string; givenName?: string };
        photos?: { type?: string; value?: string }[];
        userName?: string;
    }
    Index

    Properties

    displayName?: string

    Display name assigned by the administrators

    emails?: { value?: string }[]

    E-Mail addesses

    groups?: { display?: string; value?: string }[]

    Groups assigned to the user

    id?: string

    Unique UserId

    name?: { familyName?: string; givenName?: string }

    Name object containg family name and given name

    photos?: { type?: string; value?: string }[]

    Photos for the user usually provided by URL in value

    userName?: string

    Technical username