UserInfo Class

A container about user information
<DataContract()> _ 
<Obfuscation(Exclude = true, ApplyToMembers = true)> _ 
<KnownType(typeof(ReadOnlyWebUserInfo))> _ 
Public Class UserInfo 
Implements ISynergyEntity
This language is not supported or no code example is available.
[DataContract()] 
[Obfuscation(Exclude = true, ApplyToMembers = true)] 
[KnownType(typeof(ReadOnlyWebUserInfo))] 
public class UserInfo : ISynergyEntity
This language is not supported or no code example is available.
[DataContract()] 
[Obfuscation(Exclude = true, ApplyToMembers = true)] 
[KnownType(typeof(ReadOnlyWebUserInfo))] 
public ref class UserInfo : public ISynergyEntity^
This language is not supported or no code example is available.
public  
DataContract() 
Obfuscation(Exclude = true, ApplyToMembers = true) 
KnownType(typeof(ReadOnlyWebUserInfo)) 
class UserInfo 
implements ISynergyEntity
This language is not supported or no code example is available.
Name Description
Public property ID Get the id of the user / contact
Public property Type
Public property id
Top
Methods
 
Name Description
Public method Equals(object) Determines whether the specified object is equal to the current object.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode() Serves as the default hash function.
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString() Get a string representation of the user
Top
Fields
 
Name Description
Public field attributes Get any attributes, if requested - otherwise will be null
Public field contact_info The contact information
Public field is_contact_company_creator Is this a contact / company creator?
Public field is_custom_login Is this a custom login? EG - does it have a password?
Public field is_job_creator Is this a job creator?
Public field is_locked Is it locked due to retrying incorrect password too many times
Public field is_sys_admin Are we a system admin?
Public field multi_factor_auth_mode The multi factor authentication mode this user will use when it can be defined per user
Public field personal_project_id The id of a personal job, if they have one
Public field windows_identity the windows identity
Top

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition