Remove imported LDAP users
Resource Informations
| Name | Value |
|---|---|
| Requires authentication? | Yes |
| Rate limited? | No |
Request
Request headers
| Key | Value |
|---|---|
| Authorization | Bearer token |
| Content-Type | application/json |
HTTP request URL for SSMS
POST https://{tenantId}.{hostname}/digitanium/v4/ldap/{componentId}/removeimported?action=remove_imported
HTTP request URL for SHIFT
POST https://{hostname}/auth/realms/{tenantId}/v3_ldap/sync/{componentId}/removeimported?action=remove_imported
note
At this moment, this API is applicable for SSMS based installations.
Parameters
| Field Name | Type | Description |
|---|---|---|
| componentId | String | Component Id of the LDAP (Path Parameter) |
| action | String | Action should be in 'unlink' (Query Parameter) |
Request body
No Request Body.
Response
| Field Name | Type | Description |
|---|---|---|
| message | String | Message explains result of the API call. Refer Response status Information for details. |
| status | String | The status of the API call. |
| subSystem | Integer | subSystem categorizes the type of API that has been called. Refer Subsystem details for details. |
Sample Response
{
"message": "Success",
"status": "OK",
"subSystem": 9
}