Class UserSessionsGetRequest
- Namespace
- Auth0.ManagementApi.Models.Users
- Assembly
- Auth0.ManagementApi.dll
Represents the information required to Get User's sessions
public class UserSessionsGetRequest
- Inheritance
-
UserSessionsGetRequest
- Inherited Members
Properties
UserId
Id of the user to get sessions for
public string UserId { get; set; }