SCIM API

Number of APIs: 35

IdentityIQ REST Endpoint Interface Documentation for SCIM

  1. Policy Violations - Returns all PolicyViolation resources. GET {{baseUrl}}/PolicyViolations?filter=<string>&sortBy=<string>&sortOrder=<string>&startIndex=<integer>&count=<integer>&attributes=<string>&excludedAttributes=<string>

  2. Schemas - Returns a Schema resource based on ID. GET {{baseUrl}}/Schemas/:schemaID

  3. Accounts-{account Id} - Returns an Account resource based on ID. GET {{baseUrl}}/Accounts/:accountId?attributes=<string>&excludedAttributes=<string>

  4. Accounts-{account Id} - Updates an existing Account. PUT {{baseUrl}}/Accounts/:accountId?attributes=<string>&excludedAttributes=<string>

  5. Accounts-{account Id} - Deletes an existing Account. DELETE {{baseUrl}}/Accounts/:accountId

  6. Accounts - Returns all Account resources. GET {{baseUrl}}/Accounts?filter=<string>&sortBy=<string>&sortOrder=<string>&startIndex=<integer>&count=<integer>&attributes=<string>&excludedAttributes=<string>

  7. Accounts - Creates an Account. POST {{baseUrl}}/Accounts?attributes=<string>&excludedAttributes=<string>

  8. Alerts - Returns all Alert resources. GET {{baseUrl}}/Alerts?filter=<string>&lookupByName=false&sortBy=<string>&sortOrder=ascending&startIndex=1&count=1000&attributes=<string>&excludedAttributes=<string>

  9. Alerts - Creates a new Alert. POST {{baseUrl}}/Alerts?attributes=<string>&excludedAttributes=<string>

  10. Alerts - Returns an Alert resource based on id. GET {{baseUrl}}/Alerts/:alertId?attributes=<string>&excludedAttributes=<string>