Skip to content

Conversation

@ameliahsu
Copy link
Member

we want to log usage of this OrganizationMemberDetailsEndpoint to ensure that this is not being called to reinvite AND update member details at the same time, before we limit the endpoint to only 1 action (invite or update) at a time

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Nov 8, 2024
@ameliahsu ameliahsu marked this pull request as ready for review November 8, 2024 17:43
@ameliahsu ameliahsu requested a review from a team November 8, 2024 17:44
@ameliahsu ameliahsu merged commit db5cbea into master Nov 8, 2024
51 checks passed
@ameliahsu ameliahsu deleted the mia/invite-members/logging branch November 8, 2024 17:45
# access level
if result.get("reinvite"):
logger.info(
"organization.member_reinvite",
Copy link
Member

Choose a reason for hiding this comment

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

if you want to check if the member details aren't being updated, don't you also need to know about the current role and teams for the member?

@github-actions github-actions bot locked and limited conversation to collaborators Nov 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants