We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
api docs https://infisical.com/docs/api-reference/endpoints/project-users/invite-member-to-workspace roleSlugs not working, config admin role
but result is member role
call Invite members to project api body
{ "emails": ["[email protected]"], "roleSlugs": ["admin"] }
Invite members to project, user role as admin
If applicable, add screenshots to help explain your problem.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
change table project_user_membership_roles, column role to admin
Sorry, something went wrong.
No branches or pull requests
Describe the bug
api docs
https://infisical.com/docs/api-reference/endpoints/project-users/invite-member-to-workspace
roleSlugs not working, config admin role
but result is member role
To Reproduce
call Invite members to project api
body
Expected behavior
Invite members to project, user role as admin
Screenshots
If applicable, add screenshots to help explain your problem.
Platform you are having the issue on:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: