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
AddressCity
[JsonProperty(PropertyName = "addr_city")]
public string AddressCity { get; set; }
Property Value
AddressCountry
[JsonProperty(PropertyName = "addr_country")]
public string AddressCountry { get; set; }
Property Value
AddressState
[JsonProperty(PropertyName = "addr_state")]
public string AddressState { get; set; }
Property Value
AddressStreet
[JsonProperty(PropertyName = "addr_street")]
public string AddressStreet { get; set; }
Property Value
AddressZip
[JsonProperty(PropertyName = "addr_zip")]
public string AddressZip { get; set; }
Property Value
AssertedUser
[JsonProperty(PropertyName = "asserted_user")]
public bool AssertedUser { get; set; }
Property Value
DisplayName
[JsonProperty(PropertyName = "display_name")]
public string DisplayName { get; set; }
Property Value
[JsonProperty(PropertyName = "email")]
public string Email { get; set; }
Property Value
EmailVerified
[JsonProperty(PropertyName = "email_verified")]
public bool EmailVerified { get; set; }
Property Value
FirstName
[JsonProperty(PropertyName = "first_name")]
public string FirstName { get; set; }
Property Value
Id
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
IsAppInstalled
[JsonProperty(PropertyName = "is_app_installed")]
public bool IsAppInstalled { get; set; }
Property Value
Language
[JsonProperty(PropertyName = "language")]
public string Language { get; set; }
Property Value
LastModifiedDate
xsd datetime format of the last modification of the user
[JsonProperty(PropertyName = "last_modified_date")]
public DateTimeOffset LastModifiedDate { get; set; }
Property Value
LastName
[JsonProperty(PropertyName = "last_name")]
public string LastName { get; set; }
Property Value
Locale
[JsonProperty(PropertyName = "locale")]
public string Locale { get; set; }
Property Value
MobilePhone
[JsonProperty(PropertyName = "mobile_phone")]
public string MobilePhone { get; set; }
Property Value
MobilePhoneVerified
[JsonProperty(PropertyName = "mobile_phone_verified")]
public bool MobilePhoneVerified { get; set; }
Property Value
NickName
[JsonProperty(PropertyName = "nick_name")]
public string NickName { get; set; }
Property Value
OrganizationId
[JsonProperty(PropertyName = "organization_id")]
public string OrganizationId { get; set; }
Property Value
Photos
Map of URLs to the user’s profile pictures
[JsonProperty(PropertyName = "photos")]
public ProfilePictures Photos { get; set; }
Property Value
Status
User's current Chatter status
[JsonProperty(PropertyName = "status")]
public ChatterStatus Status { get; set; }
Property Value
Timezone
[JsonProperty(PropertyName = "timezone")]
public string Timezone { get; set; }
Property Value
Urls
[JsonProperty(PropertyName = "urls")]
public Dictionary<string, string> Urls { get; set; }
Property Value
UserId
[JsonProperty(PropertyName = "user_id")]
public string UserId { get; set; }
Property Value
UserType
[JsonProperty(PropertyName = "user_type")]
public string UserType { get; set; }
Property Value
Username
[JsonProperty(PropertyName = "username")]
public string Username { get; set; }
Property Value
UtcOffset
Offset from UTC of the time zone of the queried user, in milliseconds
[JsonProperty(PropertyName = "utcOffset")]
public int UtcOffset { get; set; }