Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
♻️ Add create group to scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Jan 11, 2021
1 parent c75eef4 commit 9b3629c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/scopes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const userScopes = {
'user-{userId}:write-email-*': 'Create and update emails',
'user-{userId}:read-email-*': 'Read emails',
'user-{userId}:delete-email-*': 'Delete emails',
'user-{userId}:write-membership-*': 'Create groups',
'user-{userId}:read-membership-*': 'Read memberships',
'user-{userId}:delete-membership-*': 'Delete memberships',
'user-{userId}:delete-mfa-*': 'Disable MFA',
Expand Down

0 comments on commit 9b3629c

Please sign in to comment.