Skip to content

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

Merged
tomasMizera merged 11 commits into
mainfrom
py-client_user_management
May 5, 2025
Merged

Add user management methods to py-client integration page#563
tomasMizera merged 11 commits into
mainfrom
py-client_user_management

Conversation

@harminius

@harminiusharminius commented Feb 20, 2025

Copy link
Copy Markdown
Contributor

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

Comment threadsrc/dev/integration.md Outdated
Comment threadsrc/dev/integration.md Outdated
@harminiusharminius self-assigned this Feb 25, 2025
Comment threadsrc/dev/integration.md Outdated

@alex-citalex-cit left a comment

Copy link
Copy Markdown
Contributor

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.

Comment threadsrc/dev/integration.md Outdated
Comment threadsrc/dev/integration.md Outdated
@PeterPetrik

Copy link
Copy Markdown
Contributor

@tomasMizeratomasMizera left a comment

Copy link
Copy Markdown
Contributor

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

Comment threadsrc/dev/integration.md Outdated
Comment threadsrc/dev/integration.md Outdated
@alex-citalex-cit changed the title Draft: Add user management methods to py-client integration pageAdd user management methods to py-client integration pageApr 30, 2025
@alex-cit

Copy link
Copy Markdown
Contributor
  • separate pages for python and c++ plugin
  • some formatting improvements

Comment threadsrc/dev/integration/index.md Outdated
Comment threadsrc/dev/integration/index.md
Comment threadsrc/dev/integration/index.md Outdated
@tomasMizera
tomasMizeraforce-pushed the py-client_user_management branch from bf3d121 to b11de6dCompareMay 2, 2025 14:53
Comment threadsrc/dev/integration/index.md Outdated
Comment threadsrc/dev/integration/index.md Outdated
Comment threadsrc/dev/integration/index.md Outdated
@tomasMizera
tomasMizera merged commit 0afabe1 into mainMay 5, 2025
@tomasMizera
tomasMizera deleted the py-client_user_management branch May 5, 2025 07:59
Sign up for freeto 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

@harminius@PeterPetrik@alex-cit@tomasMizera@varmar05