"Authorization": "Bearer {Token}" // required (get Token in /v1/Auth/Login)
{
"DeviceToken": "3fa85f64-5717-4562-b3fc-2c963f66afa6", // Device token transfering user
"ToInstanceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"ToInstanceKey": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
// method is now in development, we will add FromInstanceId and FromInstanceKey soon
"Authorization": "Bearer {Token}" // required (get Token in /v1/Auth/Login)
{
"CompanyIds": [
0 // search for companies for which there are rights - where to find information about company ids - https://docs.userdatahub.com/
],
"ApplicationIds": [
0 // search for applications for which there are rights - where to find information about application ids - https://docs.userdatahub.com/
],
"InstanceIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6" // search for instances for which there are rights - where to find information about instance ids - https://docs.userdatahub.com/
],
"IncludeAccountInfo": true, // default = false - show company name, application name, instance name in result
"SearchTerm": "string", // string for searching
"Sort": "DeviceToken", /* { DeviceToken,
FirstName,
LastName,
Nickname,
Phone,
Email,
Gender,
Birthday,
MaritalStatus,
ChildrenCount,
Country,
District,
City,
DeviceTokenDesc,
FirstNameDesc,
LastNameDesc,
NicknameDesc,
PhoneDesc,
EmailDesc,
GenderDesc,
BirthdayDesc,
MaritalStatusDesc,
ChildrenCountDesc,
CountryDesc,
DistrictDesc,
CityDesc,
DateCreated,
DateCreatedDesc,
ActivityStatus,
ActivityStatusDesc } */
"ActivityStatuses": [
"Active"
], // { Active, Inactive, Lost, NoData }
"DateCreatedFrom": "2020-06-30T10:46:39.782Z",
"DateCreatedTo": "2020-06-30T10:46:39.782Z",
"Country": "string",
"City": "string",
"PageNumber": 1, // should be >= 1
"PageSize": 3, // should be >= 1
}