Table of Contents

Class AssignRolesRequest

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

Contains details of roles that should be assigned to a user.

public class AssignRolesRequest
Inheritance
AssignRolesRequest
Inherited Members

Properties

Roles

Role IDs to assign to the user.

[JsonProperty("roles")]
public string[] Roles { get; set; }

Property Value

string[]