Hi Vaishnavi,
I'm not sure I understand the exact issue you are facing.
If you want to create a specific user for a specific tenant, the Multitenant Management application enables you to do just that.
As you can see in the below example, I have just created the user 'SSadmin' for the Service Center tenant (which has TenantId = 1). Notice that the screens have a TenantId input parameter that allows data isolation for a specific tenant.
After that, I went and logged in Service Center with the 'SSadmin' user and the password I created using the Multitenant Management application.

When you look at the code of the Multitenant Management application, notice that the User entity and other related entities have their Tenant Identifier exposed. If you double-click the User entity and go to the Advanced tab, you notice the Show Tenant Identifier checkbox is checked. As a result, an extra column to the left named Tenant_Id was added to the User entity. As a result, the automatic data isolation for this entity is disabled and all the User data across all tenants can be viewed and managed within this application.

Notice that the first row contains the 'SSadmin' user we have created in the above example for the Service Center tenant (Tenant_Id = 1).
You can do the same and manage all the users for other tenants that you have created with the use of this application.
Hope this makes it more clear.
Regards,
Nordin
Thankyou so much for this explanation and the efforts you've put in. Actually I created a tenant in the service center "tenant 2".
Then I opened multitenant management application, Under the tenants tab the tenant I created "tenant 2" was there.
Then I clicked on it and created a user by clicking on create user.