Authing DocsDocuments
Concept
workflow
Guides
Development Integration
Application integration
Concept
workflow
Guides
Development Integration
Application integration
Old Version
Development Integration
  • Single Sign-On (SSO)
  • Login component

  • JavaScript/Node.js

  • Java / Kotlin

  • Python

  • C#

    • User Authentication Module
    • Management Module

      • Management user
      • Management role
      • Management permissions, access control
      • Management grouping
      • Management userpool configuration
      • Management registration white list
      • Management User Custom Fields
  • PHP

  • Go

  • Ruby
  • Android

  • iOS

  • Flutter

  • React Native
  • WeChat Mini Program
  • WeChat webpage authorization
  • Framework Integration
  • Error code
  1. Development Integration
  2. /
  3. C#
  4. /
  5. Management Module
  6. /
  7. Management User Custom Fields

¶ UdfManagementClien

Update Time: 2025-02-18 09:00:47
Edit

Udf is short for User Defined Field. Authing data entities (such as users, roles, groups, organizations, etc.) can add user defined fields which Authing does not built-in. For example, if you need to create a school-related application, you can add a user defined field: school field.

You can ask the user to supplement the information in this field after the user registration is completed,click here to check the details.

¶ Set user defined field metadata

UdfManagementClient().set(targetType, key, dataType, label)

Set user defined field metadata. If the field does not exist, it will be created automatically.

¶ Parameters

  • targetType <UdfTargetType> user defined field target type.
  • key <string> field key
  • dataType <UdfDataType> data type. It currently supports five data types: string, number, datetime, boolean and object.
  • label <string> Field Label, which commonly is a Human Readable string.

¶ Example

var udf = await managementClient.Udf.Set(UdfTargetType.USER, "key", UdfDataType.STRING, "label");

¶ Delete a user defined field

UdfManagementClient().remove(targetType, key)

Delete a user defined field

¶ Parameters

  • targetType <UdfTargetType> user defined field target type.
  • key <string> field key

¶ Example

var udf = await managementClient.Udf.Remove(UdfTargetType.USER, "key");

¶ Get the user defined field

UdfManagementClient().list(targetType)

Get the user defined field defined by the user pool.

¶ Parameter

  • targetType <UdfTargetType> user defined field target type.

¶ Example

var udfs = await managementClient.Udf.List(UdfTargetType.USER);
Prev: Management registration white list Next: PHP
  • Set user defined field metadata
  • Delete a user defined field
  • Get the user defined field

User identity management

Integrated third-party login
Mobile phone number flash check (opens new window)
Universal login form component
Custom authentication process

Enterprise internal management

Single Sign On
Multi-factor Authentication
Authority Management

Developers

Development Document
Framework Integration
Blog (opens new window)
GitHub (opens new window)
Community User Center (opens new window)

Company

400 888 2106
sales@authing.cn
16 / F, Block B, NORTH STAR CENTURY CENTER, Beijing(Total)
room 406, 4th floor, zone B, building 1, No. 200, Tianfu Fifth Street, Chengdu(branch)

Beijing ICP No.19051205-1

© Beijing Steamory Technology Co.