Postman collection for organization management
This guide helps you to test the CyberArk Identity organization management 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 organization management. The authenticated user should contain administrative rights to access the APIs.
The following variables should be pre-filled for organization 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. |
organization_name | The name of the organization. |
directory_service_id | The UUID of the directory service to which the user belongs. |
organization_description | The description of the organization. |
role_uuid | The UUID of the role to add to the organization. |
remove_role_uuid | The UUID of the role be reto moved from the organization. |
Updated 12 months ago