- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Admin Full Access only on weekends
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.
- Labels:
-
Administrators
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Should be able to do this with the Meraki API.
The following operations should be able to suit your needs:
getOrganizationAdmins
createOrganizationAdmin
updateOrganizationAdmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Should be able to do this with the Meraki API.
The following operations should be able to suit your needs:
getOrganizationAdmins
createOrganizationAdmin
updateOrganizationAdmin
