We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
As a followup after https://github.com/MerginMaps/roadmap/issues/60
Let's implement the new endpoints to allow users manage accounts and access in a workspace.
Py-API methods
These will become deprecated (in the 2nd phase), alongside their CLI commands:
add_user_permissions_to_project
remove_user_permissions_from_project
We want to add these:
User creation
create_user
Projects API
list_project_collaborators
add_project_collaborator
update_project_collaborator
remove_project_collaborator
Workspaces API
list_workspace_members
get_workspace_member
add_workspace_member
update_workspace_member
remove_workspace_member
Process:
The text was updated successfully, but these errors were encountered:
Do we have add_workspace_member, @tomasMizera ? I can't find POST in /v2/workspaces/{id}/members 😅
POST
/v2/workspaces/{id}/members
Sorry, something went wrong.
We don't @harminius - ppl can create new users through the user creation API. Otherwise they need to work with invitations.
harminius
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
As a followup after https://github.com/MerginMaps/roadmap/issues/60
Let's implement the new endpoints to allow users manage accounts and access in a workspace.
Py-API methods
These will become deprecated (in the 2nd phase), alongside their CLI commands:
add_user_permissions_to_project
remove_user_permissions_from_project
We want to add these:
User creation
create_user
Projects API
list_project_collaborators
add_project_collaborator
update_project_collaborator
- (user_id: int) -> voidremove_project_collaborator
Workspaces API
list_workspace_members
get_workspace_member
add_workspace_member
update_workspace_member
remove_workspace_member
Process:
The text was updated successfully, but these errors were encountered: