We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250cac2 commit 13a70dcCopy full SHA for 13a70dc
1 file changed
controlplane/src/core/bufservices/organization/whoAmI.ts
@@ -38,6 +38,7 @@ export function whoAmI(
38
code: EnumStatusCode.OK,
39
},
40
organizationId: organization.id,
41
+ userEmail: authContext.userDisplayName,
42
organizationName: organization.name,
43
organizationSlug: organization.slug,
44
};
0 commit comments