Skip to content

feat: Implement IAM v1 User Management API - #4

Merged
pharbuz merged 1 commit into
mainfrom
feature/iam
May 6, 2026
Merged

feat: Implement IAM v1 User Management API#4
pharbuz merged 1 commit into
mainfrom
feature/iam

Conversation

@pharbuz

@pharbuz pharbuz commented May 6, 2026

Copy link
Copy Markdown
Owner
  • Added AccountUsersService for managing users in an account.
  • Implemented methods for listing, creating, retrieving, updating, and deleting users.
  • Created response models: User, UserList, UserCreationResponse, UserGroups, and Group.
  • Added tests for user management functionalities including listing, creating, updating, and deleting users.
  • Introduced mock responses for testing HTTP requests in the user management context.

- Added AccountUsersService for managing users in an account.
- Implemented methods for listing, creating, retrieving, updating, and deleting users.
- Created response models: User, UserList, UserCreationResponse, UserGroups, and Group.
- Added tests for user management functionalities including listing, creating, updating, and deleting users.
- Introduced mock responses for testing HTTP requests in the user management context.
@pharbuz
pharbuz merged commit 569fe81 into main May 6, 2026
18 checks passed
@pharbuz
pharbuz deleted the feature/iam branch May 6, 2026 06:37
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.

2 participants