Click or drag to resize

GetUserRequest Class

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.
Class used when requesting a specific user. Id or Email is required - but only one of them should be submitted!
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.RequestsGetUserRequest

Namespace: AnySenseService.Entities.API.PublicAPI.V1.Requests
Assembly: AnySenseService.Entities.API.PublicAPI.V1 (in AnySenseService.Entities.API.PublicAPI.V1.dll) Version: 1.29.6-dev
Syntax
C#
public class GetUserRequest

The GetUserRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetUserRequestInitializes a new instance of the GetUserRequest class
Top
Properties
 NameDescription
Public propertyEmail Email of the user requested
Public propertyId Id of the user requested
Top
See Also