Table of Contents

Class User

Namespace
Si.Srp.Api.Common.Model
Assembly
Si.Srp.Api.Common.dll

Represents the API user

public class User
Inheritance
User
Inherited Members

Constructors

User()

public User()

Properties

EmailAddress

The user's email address

public string EmailAddress { get; set; }

Property Value

string

IsAdmin

Determines if this user is considered a 'business admin'

public bool IsAdmin { get; set; }

Property Value

bool

Services

The API service or null if no access

public SrpUserServices Services { get; set; }

Property Value

SrpUserServices

UserId

The opaque user id

public string UserId { get; set; }

Property Value

string