User
All the endpoints that can be called on the User controller.
Endpoints that require the USER_READ permission:
GETindexGETsettings
Endpoints that require the API_RESERVE_USER permission:
POSTreserveUserForLiveChannel
Endpoints that require the USER_ANONYMOUS_BROWSING_UPDATE permission:
PUTticketIncognitoMode
All other endpoints require the USER_CUD permission.
Returns all the users.
This accepts a username, phone number or email address.
""Pattern: ^([0-9a-zA-Z \+]+)|([A-Za-z0-9._+\-\']+@[A-Za-z0-9.\-]+\.[A-Za-z]{2,})$015falsetrueNo content
No content
Creates a new user.
^[a-zA-ZÀ-ÖØ-Þß-öø-ÿ\- ]+$^[a-zA-ZÀ-ÖØ-Þß-öø-ÿ\- ]+$The username of this user.
^[a-zA-Z0-9\.\-]+$^\+[0-9]+$enPossible values: en_GBPattern: ^([a-z]{2}_[A-Z]{2})|(iso)$[]trueNo content
No content
Updates the user's data.
Leaving any parameter empty will submit it as such. If you don't want to change a property, do not include it at all.
^[a-zA-ZÀ-ÖØ-Þß-öø-ÿ\- ]+$^[a-zA-ZÀ-ÖØ-Þß-öø-ÿ\- ]+$The username of this user.
^[a-zA-Z0-9\.\-]+$^\+[0-9]+$^([a-z]{2}_[A-Z]{2})|(iso)$No content
No content
Returns the selected views of this user.
UID""Pattern: ^[0-9a-zA-Z \-\_]+$015No content
No content
Adds user statistic KPI.
UID^[a-zA-Z\_]+$""Pattern: ^[0-9a-zA-Z]+$""Pattern: ^[0-9a-zA-Z]+$No content
No content
Deletes user statistic settings.
UID^[a-zA-Z\_]+$""Pattern: ^[0-9a-zA-Z]+$""Pattern: ^[0-9a-zA-Z]+$No content
No content
Updates this user's statistics watch setting.
UID^[a-zA-Z\_]+$""Pattern: ^[0-9a-zA-Z]+$""Pattern: ^[0-9a-zA-Z]+$No content
No content
Updates this user's status.
0No content
No content
Sets this user's active or inactive campaigns.
UIDName of the campaign you want to set the user's status to.
^[a-zA-z0-9\-_]+$No content
No content
Last updated