Table of Contents

Class OrganizationDeleteMembersRequest

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

Properties

Members

List of user IDs to remove from the organization as members.

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

Property Value

IList<string>