Skip to main content

Set or update User Values

POST 

/api/web/v1/self/values

Set or update User Values

Request

Body

array

required

  • Array [

  • name string

    The name of the user value which will be added or updated, when corresponding self admin action completes, it will also be the response body which is the name of the user values the user currently has or the remaining after deletion.

    value string

    The value of the user value which will be added or updated, when corresponding self admin action completes, it will also be response body which is the value of the user values the user currently has or the remaining after deletion.

  • ]

Responses

OK

Loading...