Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow admins to call set org user role mutation #6148

Merged
merged 1 commit into from
Mar 22, 2022

Conversation

BartoszJarocki
Copy link
Contributor

@BartoszJarocki BartoszJarocki commented Mar 2, 2022

This change will allow admin users to set org billing users using the following mutation

mutation {
   setOrgUserRole(orgId: "orgId", userId: "local|botpRdWlzi", role: "BILLING_LEADER") {
      updatedOrgMember {
         user {
           email
         }
       }
   }
}

context: https://parabol.slack.com/archives/C4JAUUZ9P/p1646147430342679

@BartoszJarocki BartoszJarocki marked this pull request as ready for review March 2, 2022 16:24
@BartoszJarocki BartoszJarocki force-pushed the feature/admin-set-org-user-role branch from 85160ca to a423464 Compare March 4, 2022 06:29
@BartoszJarocki
Copy link
Contributor Author

@mattkrick would you mind taking a look? 🙏

@mattkrick
Copy link
Member

LGTM!

@mattkrick mattkrick merged commit 797214b into master Mar 22, 2022
@mattkrick mattkrick deleted the feature/admin-set-org-user-role branch March 22, 2022 17:30
@adaniels-parabol adaniels-parabol mentioned this pull request Mar 25, 2022
16 tasks
@github-actions github-actions bot mentioned this pull request Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants