Skip to main content

CustomFieldService

Index

Constructors

constructor

Properties

publicreadonlyhttpRequest

httpRequest: BaseHttpRequest

Methods

publiccustomfieldAdd

publiccustomfieldDelete

publiccustomfieldList

publiccustomfieldUpdate

publiccustomfieldUserList

  • List out a user's custom fields in use Bot-compatible Retrieves the custom fields and their values used in a given user's profile.

    @throws

    ApiError


    Parameters

    • __namedParameters: { userId: string }

    Returns CancelablePromise<{ data?: GetUserCustomFieldListResponse }>

    any Successfully retrieved the user's custom field data.

publiccustomfieldUserUpdate