CCRMAuthorize: ********************curl --location -g --request GET 'https://{{tenantname}}.onchannelcrm.app/api/AspNetUsers/' \
--header 'CCRMAuthorize: <api-key>'{
"id": "",
"userName": "",
"normalizedUserName": "",
"email": "",
"normalizedEmail": "",
"emailConfirmed": true,
"passwordHash": "",
"securityStamp": "",
"concurrencyStamp": "",
"phoneNumber": "",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEnd": "",
"lockoutEnabled": true,
"accessFailedCount": 0,
"active": true,
"lastLogin": "",
"aspNetUserRoles": {}
}