Skip to content

feat: eg-250 add list organization users api#26

Merged
zigtan merged 5 commits intomainfrom
feat/EG-250-Add_list_organization_users_API
Mar 26, 2024
Merged

feat: eg-250 add list organization users api#26
zigtan merged 5 commits intomainfrom
feat/EG-250-Add_list_organization_users_API

Conversation

@zigtan
Copy link
Contributor

@zigtan zigtan commented Mar 26, 2024

The organization-user record is a mapping between an Organization and User and it includes the role they user currently holds within the Organization.

This PR adds the organization-user APIs to retrieve the mapping information to help drive the Organization management functionality.

  • GET /easy-genomics/organization/user/list-organization-users?organizationId=... // Array of Organization-Users for an organization
  • GET /easy-genomics/organization/user/list-organization-users?userId=... // Array of Organization-Users for a given user
  • POST /easy-genomics/organization/user/request-organization-user // Retrieve a specific Organization-User details by the supplied OrganizationId and UserId.

@zigtan zigtan merged commit 17c7a2c into main Mar 26, 2024
@zigtan zigtan deleted the feat/EG-250-Add_list_organization_users_API branch March 26, 2024 23:00
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