cURL
curl --request POST \ --url http://localhost:3001/api/admin/users/ \ --header 'Content-Type: application/json' \ --data '{ "cursor": "<string>", "segmentFilter": [ "<string>" ], "limit": 123, "direction": "after", "userIds": [ "1043" ], "subscriptionGroupFilter": [ "<string>" ], "userPropertyFilter": [ { "id": "<string>", "values": [ "<string>" ] } ], "workspaceId": "<string>" }'
{ "users": [ { "id": "<string>", "properties": {}, "segments": [ { "id": "<string>", "name": "<string>" } ] } ], "previousCursor": "<string>", "nextCursor": "<string>", "userCount": 0 }
Get list of users
after
Unique identifier for the user. Should be the id of the user in your system. Only applicable to logged in users.
Show child attributes
Default Response
0