Class YammerUser
Represents YammerUser Generated based on Yammer response on 30th of June 2014 and using http://json2csharp.com/ service
Inheritance
Namespace: PnP.Framework.Entities
Assembly: PnP.Framework.dll
Syntax
public class YammerUser : object
Properties
activated_at
Represents yammer user activated information
Declaration
public string activated_at { get; set; }
Property Value
System.
|
admin
Represents yammer user admin
Declaration
public string admin { get; set; }
Property Value
System.
|
birth_date
Represents yammer user birth date
Declaration
public string birth_date { get; set; }
Property Value
System.
|
can_broadcast
Represents yammer user broadcast details
Declaration
public string can_broadcast { get; set; }
Property Value
System.
|
contact
Represents yammer user contact details
Declaration
public YammerUserContact contact { get; set; }
Property Value
department
Represents yammer user department
Declaration
public string department { get; set; }
Property Value
System.
|
expertise
Represents yammer user expertise
Declaration
public object expertise { get; set; }
Property Value
System.
|
external_urls
Represents yammer user list of external urls
Declaration
public IList<object> external_urls { get; set; }
Property Value
IList<System.
|
first_name
Represents yammer user first name
Declaration
public string first_name { get; set; }
Property Value
System.
|
follow_general_messages
Represents yammer user follows general messages or not
Declaration
public bool follow_general_messages { get; set; }
Property Value
System.
|
full_name
Represents yammer user full name
Declaration
public string full_name { get; set; }
Property Value
System.
|
guid
Represents yammer user Guid
Declaration
public object guid { get; set; }
Property Value
System.
|
hire_date
Represents yammer user hire date
Declaration
public object hire_date { get; set; }
Property Value
System.
|
id
Represents yammer user id
Declaration
public int id { get; set; }
Property Value
System.
|
interests
Represents yammer user interests
Declaration
public object interests { get; set; }
Property Value
System.
|
job_title
Represents yammer user job title
Declaration
public string job_title { get; set; }
Property Value
System.
|
kids_names
Represents yammer user kids names
Declaration
public object kids_names { get; set; }
Property Value
System.
|
last_name
Represents yammer user last name
Declaration
public string last_name { get; set; }
Property Value
System.
|
location
Represents yammer user location
Declaration
public object location { get; set; }
Property Value
System.
|
mugshot_url
Represents yammer user mugshot url
Declaration
public string mugshot_url { get; set; }
Property Value
System.
|
mugshot_url_template
Represents yammer user mugshot url template
Declaration
public string mugshot_url_template { get; set; }
Property Value
System.
|
name
Represents yammer user name
Declaration
public string name { get; set; }
Property Value
System.
|
network_domains
Represents yammer user list of network domains
Declaration
public IList<string> network_domains { get; set; }
Property Value
IList<System.
|
network_id
Represents yammer user network id
Declaration
public int network_id { get; set; }
Property Value
System.
|
network_name
Represents yammer user network name
Declaration
public string network_name { get; set; }
Property Value
System.
|
previous_companies
Represents yammer user list of previous companies
Declaration
public IList<object> previous_companies { get; set; }
Property Value
IList<System.
|
schools
Represents yammer user list of schools
Declaration
public IList<object> schools { get; set; }
Property Value
IList<System.
|
settings
Represents yammer user settings information
Declaration
public YammerUserSettings settings { get; set; }
Property Value
show_ask_for_photo
Represents yammer user preferred show ask for photo option or not
Declaration
public bool show_ask_for_photo { get; set; }
Property Value
System.
|
significant_other
Represents yammer user other significant
Declaration
public object significant_other { get; set; }
Property Value
System.
|
state
Represents yammer user state
Declaration
public string state { get; set; }
Property Value
System.
|
stats
Represents yammer user statistics information
Declaration
public YammerUserStats stats { get; set; }
Property Value
summary
Represents yammer user summary
Declaration
public object summary { get; set; }
Property Value
System.
|
timezone
Represents yammer user time zone
Declaration
public string timezone { get; set; }
Property Value
System.
|
type
Represents yammer user type
Declaration
public string type { get; set; }
Property Value
System.
|
url
Represents yammer user url
Declaration
public string url { get; set; }
Property Value
System.
|
verified_admin
Represents yammer user verified admin
Declaration
public string verified_admin { get; set; }
Property Value
System.
|
web_oauth_access_token
Represents yammer user web auth access token
Declaration
public string web_oauth_access_token { get; set; }
Property Value
System.
|
web_preferences
Represents yammer user web preference information
Declaration
public YammerUserWebPreferences web_preferences { get; set; }
Property Value
web_url
Represents yammer user web url
Declaration
public string web_url { get; set; }
Property Value
System.
|