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

Import postman collection

Run in Postman

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:

1412
Variable nameDescription
tenant_urlThe URL of the CyberArk Identity tenant (https://example.idaptive.app). The URL will be used for all API requests to CyberArk Identity.
usernameThe username of the CyberArk Identity directory user.
passwordThe password of the CyberArk Identity directory user.
organization_nameThe name of the organization.
directory_service_idThe UUID of the directory service to which the user belongs.
organization_descriptionThe description of the organization.
role_uuidThe UUID of the role to add to the organization.
remove_role_uuidThe UUID of the role be reto moved from the organization.