Authorization: Bearer ********************{
"orgId": "string"
}curl --location --request POST '/api/services/app/user/GetOrgAndUserList' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"orgId": "string"
}'{
"totalCount": 0,
"orgItems": [
{
"code": "string",
"displayName": "string",
"totalCount": 0,
"id": 0
}
],
"userItems": [
{
"userName": "string",
"name": "string",
"surname": "string",
"emailAddress": "string",
"phoneNumber": "string",
"id": 0
}
]
}