Category / Section
How to get tenant id from User Management Server for REST API Operations?
Published:
When working on Tenant-related API operations, you might need to know the Tenant ID, a unique identifier assigned to each site. In this article, you will go through the steps of how to obtain the client id from Web and REST API.
Web Application
Steps to get Tenant ID from UMS Site page:
- Navigate to the below URL.
http://{yourdomain}/ums/sites
- Click the site on which you want to get the tenant id.
- Copy the Client Id (Tenant Id) as shown in the following image.
REST API
Refer to this document to get the list of tenants using REST API. The tenant id is assigned in the id parameter of the response; please filter the response to obtain the appropriate tenant id.
Related Links