UserResult: {
    emailAddress: string;
    id: string;
    name: string;
}

User information resolved by a Teams API function.

Type declaration

  • emailAddress: string

    Email address of the user that was resolved.

  • id: string

    UserPrincipalName of the user that was resolved.

  • name: string

    Display name of the user that was resolved.

Generated using TypeDoc