Add tenant id property to user request
This commit is contained in:
		| @@ -54,5 +54,13 @@ namespace Core.Thalos.Domain.Contexts.Onboarding.Request | |||||||
|         [BsonRepresentation(BsonType.ObjectId)] |         [BsonRepresentation(BsonType.ObjectId)] | ||||||
|         [JsonPropertyName("roleId")] |         [JsonPropertyName("roleId")] | ||||||
|         public string RoleId { get; set; } = null!; |         public string RoleId { get; set; } = null!; | ||||||
|  |  | ||||||
|  |         /// <summary> | ||||||
|  |         /// Gets or sets the tenant ID of the user. | ||||||
|  |         /// </summary> | ||||||
|  |         [BsonElement("tenantId")] | ||||||
|  |         [BsonRepresentation(BsonType.ObjectId)] | ||||||
|  |         [JsonPropertyName("tenantId")] | ||||||
|  |         public string TenantId { get; set; } = null!; | ||||||
|     } |     } | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user