Skip to main content

Get User Values

GET 

/api/web/v1/self/values

Get User Values

Responses

OK

Schema

  • 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.

  • ]

Loading...