Postman collection for authentication profile
This guide helps you to test the CyberArk Identity authentication profile APIs 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 that has administrative rights.
Import postman collection
Get started with postman collection
Once the postman collection is imported, the following variables have to be pre-filled to run the collection based on the functionality you want to try out.
Authentication is required to access the APIs related to authentication profile management. The authenticated user should contain administrative rights to access the APIs.
The following variables should be pre-filled for authentication profile management:
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. |
username | The username of the CyberArk Identity directory user. |
password | The password of the CyberArk Identity directory user. |
auth_profile_name | The authentication profile name |
primary_challenges | List of comma-separated MFA challenges. |
secondary_challenges | List of comma-separated MFA challenges. |
challenge_pass_through_duration | The challenge pass through duration in minutes. |
number_of_sq | The number of security questions that need to be asked to the user during login. |
single_challenge_mechanism | Specifies the type of single challenge mechanism required. |
Updated 12 months ago