-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Unable to update users #312
Comments
I'm receiving the an error too.
when creating an user with terraform I got an error too. Can anyone create a |
Hi @ericksprengel, what team role options do you see when you visit the team members' settings page? |
I am also getting this error:
However, the user is added to the team with the 'admin' role which is what I specified. |
Hi @jianyuan,
We're on the I cannot change the roles. Clicking on the pull down menu for I'm also getting the same error:
I tried also the following which none worked as expected unfortunately since we're on the
I also tried importing the |
I'm facing the same error while being on the Business plan. It makes impossible to import any team member into Terraform. |
Provider seems to be using outdated endpoint method for updating users:
PUT https://sentry.io/api/0/organizations/{org}/members/{member_id}
(https://github.com/jianyuan/go-sentry/blob/main/sentry/organization_members.go#L101)Which is nowhere to be seen in the official documentation: https://docs.sentry.io/api/organizations/
Sentry.io seems to have switched to using SCIM for user/team management: https://docs.sentry.io/api/scim/
I'm unsure when exactly did the switch happen, but it does not seem to be possible to update users with terraform any more: any attempt to update user through the provider leads to 400 error.
Any pointers? Am I missing something important?
The text was updated successfully, but these errors were encountered: