This document provides development information for customers and partners intending to use One Identity Manager REST APIs.
The initial sections provide general guidelines and conventions for reference.
This document provides development information for customers and partners intending to use One Identity Manager REST APIs.
The initial sections provide general guidelines and conventions for reference.
The One Identity Manager REST API is an integral part of the One Identity Manager application server. The BaseURL specifies the path to an application server installation. By default, the application server is installed with the following path.
https://<Hostname>/AppServer
HTTP requests use two types of parameters:
Path parameters continue the URI path using a slash for a separator. For example, to get details for a person, you specify their primary key (GUID) with a path parameter. The following shows the URI format for this request:
<BaseURL>/api/entity/{table}/{uid}
https://<Hostname>/AppServer/api/entity/Person/25d87790-105d-4afb-bd04-cfddc7cc9fb5
If a request uses path parameters, they are specified in the URI format for the request.
© 2024 One Identity LLC. ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center