Interface IUser

The User object contains info about a user. The Live Connect REST API supports reading User objects.

Index

Properties

Properties

public addresses: { personal: Microsoft.Live.IPostalAddress; business: Microsoft.Live.IPostalAddress; }

The user's postal addresses.

public addresses.business: IPostalAddress

The user's business postal address.

public addresses.personal: IPostalAddress

The user's personal postal address.

public birth_day: number

The day of the user's birth date, or null if no birth date is specified.

public birth_month: number

The month of the user's birth date, or null if no birth date is specified.

public birth_year: number

The year of the user's birth date, or null if no birth date is specified.

public emails: { preferred: string; account: string; personal: string; business: string; other: string; }

The user's email addresses.

public emails.account: string

The email address that is associated with the account.

public emails.business: string

The user's business email address, or null if one is not specified.

public emails.other: string

The user's "alternate" email address, or null if one is not specified.

public emails.personal: string

The user's personal email address, or null if one is not specified.

public emails.preferred: string

The user's preferred email address, or null if one is not specified.

public first_name: string

The user's first name.

public gender: string

The user's gender, or null if no gender is specified.

public id: string

The user's ID.

public last_name: string

The user's last name.

public link: string

The URL of the user's profile page.

public locale: string

The user's locale code.

public name: string

The user's full name.

public phones: { personal: string; business: string; mobile: string; }

The user's phone numbers.

public phones.business: string

The user's business phone number, or null if one is not specified.

public phones.mobile: string

The user's mobile phone number, or null if one is not specified.

public phones.personal: string

The user's personal phone number, or null if one is not specified.

public updated_time: string

The time, in ISO 8601 format, at which the user last updated the object.

public work: IWorkInfo[]

An array that contains the user's work info.