cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1750
Views
4
Helpful
2
Replies

Admin Full Access only on weekends

guitbbb
Level 2
Level 2

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.

1 Accepted Solution

Accepted Solutions

thaack
Level 5
Level 5

Should be able to do this with the Meraki API.

The following operations should be able to suit your needs:

getOrganizationAdmins

createOrganizationAdmin

updateOrganizationAdmin

View solution in original post

2 Replies 2

mloraditch
Meraki Community All-Star
Meraki Community All-Star

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).

If you found this post helpful, please give it a thumbs up. If my answer solves your problem please click Accept as Solution so others can benefit from it.

thaack
Level 5
Level 5

Should be able to do this with the Meraki API.

The following operations should be able to suit your needs:

getOrganizationAdmins

createOrganizationAdmin

updateOrganizationAdmin