Table of Contents

Class OrganizationAddMemberRolesRequest

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class OrganizationAddMemberRolesRequest
Inheritance
OrganizationAddMemberRolesRequest
Inherited Members

Properties

Roles

List of role IDs to associated with the user.

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

Property Value

IList<string>