Package version:

Interface PersonDirectoryPersonOutput

Person resource for person directory

interface PersonDirectoryPersonOutput {
    name: string;
    personId: string;
    userData?: string;
}

Properties

name: string

User defined name, maximum length is 128.

personId: string

Person ID of the person.

userData?: string

Optional user defined data. Length should not exceed 16K.