Class User
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
IsAdmin
Determines if this user is considered a 'business admin'
public bool IsAdmin { get; set; }
Property Value
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; }