Table of Contents

Class AssignUsersRequest

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

Contains details of users that should be assigned to a role.

public class AssignUsersRequest
Inheritance
AssignUsersRequest
Inherited Members

Properties

Users

User IDs to assign to the role.

[JsonProperty("users")]
public string[] Users { get; set; }

Property Value

string[]