SCIM API
Number of APIs: 35
IdentityIQ REST Endpoint Interface Documentation for SCIM
-
Policy Violations - Returns all PolicyViolation resources. GET {{baseUrl}}/PolicyViolations?filter=<string>&sortBy=<string>&sortOrder=<string>&startIndex=<integer>&count=<integer>&attributes=<string>&excludedAttributes=<string>
-
Schemas - Returns a Schema resource based on ID. GET {{baseUrl}}/Schemas/:schemaID
-
Accounts-{account Id} - Returns an Account resource based on ID. GET {{baseUrl}}/Accounts/:accountId?attributes=<string>&excludedAttributes=<string>
-
Accounts-{account Id} - Updates an existing Account. PUT {{baseUrl}}/Accounts/:accountId?attributes=<string>&excludedAttributes=<string>
-
Accounts-{account Id} - Deletes an existing Account. DELETE {{baseUrl}}/Accounts/:accountId
-
Accounts - Returns all Account resources. GET {{baseUrl}}/Accounts?filter=<string>&sortBy=<string>&sortOrder=<string>&startIndex=<integer>&count=<integer>&attributes=<string>&excludedAttributes=<string>
-
Accounts - Creates an Account. POST {{baseUrl}}/Accounts?attributes=<string>&excludedAttributes=<string>
-
Alerts - Returns all Alert resources. GET {{baseUrl}}/Alerts?filter=<string>&lookupByName=false&sortBy=<string>&sortOrder=ascending&startIndex=1&count=1000&attributes=<string>&excludedAttributes=<string>
-
Alerts - Creates a new Alert. POST {{baseUrl}}/Alerts?attributes=<string>&excludedAttributes=<string>
-
Alerts - Returns an Alert resource based on id. GET {{baseUrl}}/Alerts/:alertId?attributes=<string>&excludedAttributes=<string>