agent_ids: Comma-separated agent IDs to fetch users linked to specific agents.project_ids: Comma-separated project IDs to retrieve users associated with particular projects.start_date: Filters users created or modified on or after this date.end_date: Filters users created or modified on or before this date.curl --location -g --request GET 'https:///v2/api/user/filter?agent_ids&project_ids&start_date&end_date' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '[
{
"id": 8,
"email": "[email protected]"
}
]