User's object.Details is nil
I'm trying to set some user metadata for a user belonging to another organization and before I can do that I need to set OrgID via middleware
The problem is that users returned by
Is this a known bug? Is there a workaround?
middleware.SetOrgID(ctx, u.GetDetails().GetResourceOwner()).The problem is that users returned by
ListUsers grpc have their object.Details set to nil.Is this a known bug? Is there a workaround?

