Class OrganizationDeleteMemberRolesRequest
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class OrganizationDeleteMemberRolesRequest
- Inheritance
-
OrganizationDeleteMemberRolesRequest
- Inherited Members
Properties
Roles
List of role IDs to remove from the user.
[JsonProperty("roles")]
public IList<string> Roles { get; set; }