Skip to content

API Description

This document describes the identity management OpenAPI interface design provided by BambooCloud IDaaS, intended for application developers integrating with BambooCloud IDaaS.

Interface Format

BambooCloud IDaaS identity synchronization OpenAPI adopts RESTful conventions, the request method is POST, and the data format is JSON. The interface description format is as follows:

Request Description
...
Request Headers
...
Request Example
...
Request Parameters
...
Response Example
...
Response Parameters
...
Error Codes
...

Interface Calling Instructions

  1. Create an application resource in the Enterprise Center, obtain ClientId and ClientSecret, and add the IDaaS system API interface permission. For specific operations, refer to API Authorization.

  2. Call the authentication interface to obtain an Access Token.

  3. Call the specific scenario business interface.

Security Settings

To ensure the security of interface calls, it is recommended that when creating an application in the IDaaS Enterprise Center platform, you go to the application information page, configure the IP whitelist in the security settings as the egress IP of the server calling the interface. After configuration, the calling IP will be verified when calling the API interface. If the IP is not the configured IP, the call will be rejected. By configuring the IP whitelist, you can control that only specific IPs are allowed to call the API interface, ensuring service security.

BambooCloud IDaaS Open Platform