x-api-key: ********************curl --location --request POST 'https://online-banking.originalaccounts.com/v3/users/organization' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"search_terms": "john",
"listFilter": {
"limit": 10,
"offset": 0
}
}'{
"users": [
{
"id": "string",
"identifier": "string",
"email": "string",
"first_name": "string",
"last_name": "string",
"admin": true,
"organization": {
"id": "string",
"identifier": "string",
"admin": true,
"restricted": "string",
"enabled": true
}
}
]
}