Table of Contents

Enum UsersExportsJobFormat

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

Enum used to define the expected format for the users exports job

public enum UsersExportsJobFormat

Fields

[EnumMember(Value = "csv")] CSV = 0

Export the users using the CSV format.

[EnumMember(Value = "json")] JSON = 1

Export the users using the JSON format.