Class User
Represents the API user
Constructors
User()
Declaration
public User()
Properties
EmailAddress
The user's email address
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsAdmin
Determines if this user is considered a 'business admin'
Declaration
public bool IsAdmin { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Services
The API service or null if no access
Declaration
public SrpUserServices Services { get; set; }
Property Value
Type | Description |
---|---|
Si.Srp.Models.Subscription.DTO.SrpUserServices |
UserId
The opaque user id
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String |