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-fo...
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:
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