Postman collection for user self-service
This guide helps you to test the CyberArk Identity user self-service APIs such as forgot password and forgot username using postman collection. Postman is an HTTP testing API application that allows you to monitor requests and responses.
Prerequisites
- Install postman from https://www.postman.com/downloads/
- Get access to CyberArk Identity tenant
- Create a user
Import postman collection
Get started with postman collection
Once the postman collection is imported, the following variables must be pre-filled to run the collection based on the functionality you want to try out.
The following variables should be pre-filled for user self-service:
Variable name | Description |
---|---|
tenant_url | The URL of the CyberArk Identity tenant (https://example.idaptive.app). The URL will be used for all API requests to CyberArk Identity. |
tenant_id | Tenant ID |
username | The username of the CyberArk Identity directory user. |
password | The password of the CyberArk Identity directory user. |
new_password | The new password for SSPR |
email_otp | The email OTP required to complete the SSPR challenge |
email_address | The email address to send an email with the username. |
Updated 7 days ago