...
| Parameter | Description |
|---|---|
| Authorization (required) | Access token. You can obtain a token by making a request |
Response Parameters
| Parameter | Description |
|---|---|
| userFieldInfo | An array with data about the user profile field |
| userFieldInfoId | The ID of the profile field |
| label | The name of the profile field |
| type | The field type. Possible values:
|
| isUnique | The parameter shows if the field is unique Possible values: 0 — not unique (false) |
| isRequired | The parameter shows if the field is required Possible values: 0 — is optional (false) |
| orderPriority | The ordinal number of the field – the count starts from 0 For example, for the first field in the list, the parameter orderPriority=0, etc |
| values [] (optional) | An array with the data of the fields from the list. For example, the country field type includes a list of countries |
| field | The dropdown list item. Each field contains both the name field and the value field |
...