Class DeleteOrganizationMembersRequestContent
- Namespace
- Auth0.ManagementApi.Organizations
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record DeleteOrganizationMembersRequestContent : IEquatable<DeleteOrganizationMembersRequestContent>
- Inheritance
-
DeleteOrganizationMembersRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
Members
List of user IDs to remove from the organization.
[JsonPropertyName("members")]
public IEnumerable<string> Members { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.