Class CurrentUserAdminCheckResponse
Response to current user admin check request.
Inheritance
CurrentUserAdminCheckResponse
Syntax
public class CurrentUserAdminCheckResponse
Properties
Error
Error caused by the request.
Declaration
public ErrorResponse.ErrorFields Error { get; set; }
Property Value
Type |
Description |
ErrorResponse.ErrorFields |
|
IsCurrentUserAdmin
Declaration
public bool IsCurrentUserAdmin { get; set; }
Property Value
OrganizationName
Declaration
public string OrganizationName { get; set; }
Property Value