Thank you for your fast response. Unfortunatly, that is not working. As an example I run this command: https://developer.cisco.com/meraki/api-v1/#!list-the-users-configured-under-meraki-authentication-for-a-network-splash-guest-or-radius-users-for-a-wireless-network-or-client-vpn-users-for-a-wired-network with this output: [
{
"id": "aGlAaGkuY29t",
"email": "miles@meraki.com",
"name": "Miles Meraki",
"createdAt": "2018-02-11T00:00:00.090210Z",
"accountType": "Guest",
"isAdmin": false,
"authorizations": [
{
"ssidNumber": 1,
"authorizedZone": "Store WiFi",
"expiresAt": "2018-03-13T00:00:00.090210Z",
"authorizedByName": "Miles Meraki",
"authorizedByEmail": "miles@meraki.com"
}
]
}
] Next step is I take this Id and run this: https://api.meraki.com/api/v1/organizations/<organizationId>/users/aGlAaGkuY29t Then I receive: "The remote server returned an error: (404) Not Found." Therefore I believe I don't get the correct ID or this is the merakiAuthUserID but no the userId needed for deleteOrganizationUsers. Kind regards R0g3r
... View more