diff --git a/pkg/iam/organization_service.go b/pkg/iam/organization_service.go index fed95299e..e7e530940 100644 --- a/pkg/iam/organization_service.go +++ b/pkg/iam/organization_service.go @@ -880,6 +880,7 @@ func (s *OrganizationService) CreateUser(ctx context.Context, req *CreateUserReq ID: gid.New(req.OrganizationID.TenantID(), coredata.MembershipProfileEntityType), IdentityID: identity.ID, OrganizationID: req.OrganizationID, + EmailAddress: req.EmailAddress, Source: coredata.ProfileSourceManual, FullName: req.FullName, Kind: req.Kind,