{
"name": "TestingTenant",
"editionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"activationState": 0,
"activationEndDate": "2025-06-09T04:25:34.834Z",
"editionEndDateUtc": "2025-06-09T04:25:34.834Z",
"adminEmailAddress": "TestingTenant@gmail.com",
"adminPassword": "Satya@123",
"connectionStrings": {
"default": "string",
"databases": [
{
"databaseName": "string",
"connectionString": "string"
}
]
}
}
**When I created a Tenant in the Angular UI It is creating a tenant in the saastenant table and User in AbpUser Table the Both **
When I am creating the Tenant through the swagger Post API,i It is creating a tenant in the saastenant table but not the User in AbpUser Table

To create an user and tenants do we have other api's need's to invoked
