Table of Contents

Class EventStreamCloudEventOrgMemberRoleDeletedObjectUser

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

The user that is a member of the organization.

[Serializable]
public record EventStreamCloudEventOrgMemberRoleDeletedObjectUser : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<EventStreamCloudEventOrgMemberRoleDeletedObjectUser>
Inheritance
EventStreamCloudEventOrgMemberRoleDeletedObjectUser
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

UserId

ID of the user which can be used when interacting with other APIs.

[JsonPropertyName("user_id")]
public required string UserId { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.