Category / Section
How to get user id from UMS for REST API operations?
Published:
When working on user-related API operations, you might need a user id, a unique id assigned to the users in the User Management System (UMS). This article explains how to get the user ID from UMS web and REST API applications.
Web Page
- Navigate to the below URL.
https://<your-domain>/ums/administration/user-management/users
- You can find all the users here and select the user for whom you want to get the user ID.
- Here, you can find the user ID, as shown in the image below.
REST API
Refer to this document to get the list of users using the REST API. The user ID is assigned to the user_id parameter in the response. Please filter the response to obtain the appropriate user ID.