03-26-2025 07:55 AM
I have a quick question regarding Meraki admin user permissions.
Is it possible to create a full-access administrator account that would only be able to make configuration changes (write access) on weekends?
Any information on this would be greatly appreciated.
Solved! Go to Solution.
03-26-2025 01:07 PM
Should be able to do this with the Meraki API.
The following operations should be able to suit your needs:
getOrganizationAdmins
createOrganizationAdmin
updateOrganizationAdmin
03-26-2025 08:17 AM
You would not be able to do that natively in the GUI.
You would have to use the API to to add/change the admin via a scheduled script.
You could possibly do this with SAML Integration if your SSO service supports time based restrictions (Entra AD does not currently do this).
03-26-2025 01:07 PM
Should be able to do this with the Meraki API.
The following operations should be able to suit your needs:
getOrganizationAdmins
createOrganizationAdmin
updateOrganizationAdmin
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide