Table of Contents

Class UserInfo

Namespace
NetCoreForce.Client.Models
Assembly
NetCoreForce.Client.dll

Identity URL Response

public class UserInfo
Inheritance
UserInfo
Inherited Members

Properties

Active

[JsonProperty(PropertyName = "active")]
public bool Active { get; set; }

Property Value

bool

AddressCity

[JsonProperty(PropertyName = "addr_city")]
public string AddressCity { get; set; }

Property Value

string

AddressCountry

[JsonProperty(PropertyName = "addr_country")]
public string AddressCountry { get; set; }

Property Value

string

AddressState

[JsonProperty(PropertyName = "addr_state")]
public string AddressState { get; set; }

Property Value

string

AddressStreet

[JsonProperty(PropertyName = "addr_street")]
public string AddressStreet { get; set; }

Property Value

string

AddressZip

[JsonProperty(PropertyName = "addr_zip")]
public string AddressZip { get; set; }

Property Value

string

AssertedUser

[JsonProperty(PropertyName = "asserted_user")]
public bool AssertedUser { get; set; }

Property Value

bool

DisplayName

[JsonProperty(PropertyName = "display_name")]
public string DisplayName { get; set; }

Property Value

string

Email

[JsonProperty(PropertyName = "email")]
public string Email { get; set; }

Property Value

string

EmailVerified

[JsonProperty(PropertyName = "email_verified")]
public bool EmailVerified { get; set; }

Property Value

bool

FirstName

[JsonProperty(PropertyName = "first_name")]
public string FirstName { get; set; }

Property Value

string

Id

[JsonProperty(PropertyName = "id")]
public string Id { get; set; }

Property Value

string

IsAppInstalled

[JsonProperty(PropertyName = "is_app_installed")]
public bool IsAppInstalled { get; set; }

Property Value

bool

Language

[JsonProperty(PropertyName = "language")]
public string Language { get; set; }

Property Value

string

LastModifiedDate

xsd datetime format of the last modification of the user

[JsonProperty(PropertyName = "last_modified_date")]
public DateTimeOffset LastModifiedDate { get; set; }

Property Value

DateTimeOffset

LastName

[JsonProperty(PropertyName = "last_name")]
public string LastName { get; set; }

Property Value

string

Locale

[JsonProperty(PropertyName = "locale")]
public string Locale { get; set; }

Property Value

string

MobilePhone

[JsonProperty(PropertyName = "mobile_phone")]
public string MobilePhone { get; set; }

Property Value

string

MobilePhoneVerified

[JsonProperty(PropertyName = "mobile_phone_verified")]
public bool MobilePhoneVerified { get; set; }

Property Value

bool

NickName

[JsonProperty(PropertyName = "nick_name")]
public string NickName { get; set; }

Property Value

string

OrganizationId

[JsonProperty(PropertyName = "organization_id")]
public string OrganizationId { get; set; }

Property Value

string

Photos

Map of URLs to the user’s profile pictures

[JsonProperty(PropertyName = "photos")]
public ProfilePictures Photos { get; set; }

Property Value

ProfilePictures

Status

User's current Chatter status

[JsonProperty(PropertyName = "status")]
public ChatterStatus Status { get; set; }

Property Value

ChatterStatus

Timezone

[JsonProperty(PropertyName = "timezone")]
public string Timezone { get; set; }

Property Value

string

Urls

[JsonProperty(PropertyName = "urls")]
public Dictionary<string, string> Urls { get; set; }

Property Value

Dictionary<string, string>

UserId

[JsonProperty(PropertyName = "user_id")]
public string UserId { get; set; }

Property Value

string

UserType

[JsonProperty(PropertyName = "user_type")]
public string UserType { get; set; }

Property Value

string

Username

[JsonProperty(PropertyName = "username")]
public string Username { get; set; }

Property Value

string

UtcOffset

Offset from UTC of the time zone of the queried user, in milliseconds

[JsonProperty(PropertyName = "utcOffset")]
public int UtcOffset { get; set; }

Property Value

int