Show / Hide Table of Contents

Class User

Represents a user of the content management api.

Inheritance
System.Object
User
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Contentful.Core.Models.Management
Assembly:cs.temp.dll.dll
Syntax
public class User : IContentfulResource

Properties

Activated

Whether or not the user is activated.

Declaration
public bool Activated { get; set; }
Property Value
Type Description
System.Boolean

AvatarUrl

The url of the users avatar.

Declaration
public string AvatarUrl { get; set; }
Property Value
Type Description
System.String

Confirmed

Whether or not the user is confirmed.

Declaration
public bool Confirmed { get; set; }
Property Value
Type Description
System.Boolean

Email

The email address of the user.

Declaration
public string Email { get; set; }
Property Value
Type Description
System.String

FirstName

The first name of the user.

Declaration
public string FirstName { get; set; }
Property Value
Type Description
System.String

LastName

The last name of the user.

Declaration
public string LastName { get; set; }
Property Value
Type Description
System.String

SignInCount

The number of times the user has signed in.

Declaration
public int SignInCount { get; set; }
Property Value
Type Description
System.Int32

SystemProperties

Common system managed metadata properties.

Declaration
public SystemProperties SystemProperties { get; set; }
Property Value
Type Description
SystemProperties
Implements
IContentfulResource.SystemProperties
Back to top Copyright © 2015-2016 Contentful
Generated by DocFX