Table of Contents

Class GetUserLogsRequest

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

Specifies criteria to use when querying logs for a user.

public class GetUserLogsRequest
Inheritance
GetUserLogsRequest
Inherited Members

Properties

Sort

The field to use for sorting.

public string Sort { get; set; }

Property Value

string

Remarks

Use field:order where order is 1 for ascending and -1 for descending. For example date:-1

UserId

The user id of the user whose logs should be retrieved.

public string UserId { get; set; }

Property Value

string