curl --request POST \
--url http://localhost/api/admin/users/ \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"workspaceId": "<string>",
"cursor": "<string>",
"segmentFilter": [
"<string>"
],
"limit": 123,
"userIds": [
"1043"
],
"userPropertyFilter": [
{
"id": "<string>",
"values": [
"<string>"
]
}
],
"searchTerm": "<string>"
}
'