For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request POST '/users/search?page=&size=&sort=' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"field": "string",
"query": "string",
"type": "string"
}
]'{
"totalElements": 0,
"totalPages": 0,
"pageable": {
"paged": true,
"pageSize": 0,
"pageNumber": 0,
"offset": 0,
"sort": {
"sorted": true,
"empty": true,
"unsorted": true
},
"unpaged": true
},
"first": true,
"last": true,
"size": 0,
"content": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"countryCode": "string",
"mobileNumber": "string",
"role": "PLATFORM_ADMIN",
"active": true,
"builderId": "4b6f0f50-c3ff-41b4-b331-cde5320182e5",
"builderName": "string",
"projectAccessDescription": "string",
"projectAccess": [
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"projectName": "string",
"accessType": "FULL_PROJECT_ACCESS",
"towerIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"towerNames": [
"string"
]
}
],
"customRoleId": "5bbd985d-a910-4d1b-849b-dfb76da59ba8",
"customRoleName": "string",
"permissions": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"verified": true
}
],
"number": 0,
"sort": {
"sorted": true,
"empty": true,
"unsorted": true
},
"numberOfElements": 0,
"empty": true
}