UsersGetOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Api.dll
Definition
class UsersGetOptions
{
string Email { get; set; }
int? Id { get; set; }
string Username { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|
| Email | string | | | |
| Id | int? | | | |
| Username | string | | | |