Searching Claims / Users
Last updated
Last updated
An admin can also search for a specific claim, for example to provide support an admin could try to find a user based on their email, name, etc. They can search a claim in the Admin UI or via the Management API. In the Admin UI admins can go to Attributes, select the desired attribute, and go to the Search tab.
The search performs a contains
check hence you can provide part of the claim value to search for. You must always provide at least 2 characters to search to avoid a too broad search.
The API call to search claims using the Management API looks as below (Postman documentation ):