Skip to content

Add user management methods to py-client integration page #563

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

Merged
merged 11 commits into from
May 5, 2025

Conversation

harminius
Copy link
Contributor

@harminius harminius commented Feb 20, 2025

Resolves #553

Describe new possibilities of the python client:

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
  • update_workspace_member
  • remove_workspace_member

@harminius harminius requested a review from alex-cit February 20, 2025 12:50
@harminius harminius self-assigned this Feb 25, 2025
@harminius harminius requested a review from varmar05 February 25, 2025 11:01
Copy link
Contributor

@alex-cit alex-cit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! I left some comments/suggestions.

@PeterPetrik
Copy link
Contributor

Copy link
Contributor

@tomasMizera tomasMizera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @harminius for preparing the skeleton! 💪🏻 We will take it from here with @alex-cit

@tomasMizera tomasMizera assigned tomasMizera and alex-cit and unassigned harminius Mar 25, 2025
@alex-cit alex-cit changed the title Draft: Add user management methods to py-client integration page Add user management methods to py-client integration page Apr 30, 2025
@alex-cit
Copy link
Contributor

  • separate pages for python and c++ plugin
  • some formatting improvements

@alex-cit alex-cit requested a review from tomasMizera April 30, 2025 18:47
@tomasMizera tomasMizera force-pushed the py-client_user_management branch from bf3d121 to b11de6d Compare May 2, 2025 14:53
@tomasMizera tomasMizera merged commit 0afabe1 into main May 5, 2025
3 of 4 checks passed
@tomasMizera tomasMizera deleted the py-client_user_management branch May 5, 2025 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add section to python-api-client about the new user and roles management
5 participants