Skip to content

New admin group permission greyed out #7018

Closed Answered by Craftoncu
Craftoncu asked this question in Help / Questions
Discussion options

You must be logged in to vote

I found something:

Enable the api and use the following graphql query.

mutation { groups { update( id: <ur-id>, name: "<ur-name>", redirectOnLogin: "/", permissions: ["manage:system"] pageRules: [ { id: "default", deny: false, match: START, roles: [ "read:pages", "read:assets", "read:comments", "write:comments" ], path: "", locales: [] } ] ) { responseResult { succeeded slug message } } } }

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Craftoncu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant