JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Identity Analytics API Guide 11g Release 1
search filter icon
search icon

Document Information

Preface

1.  User Service

Overview

WSDL Access

API Reference

Find All Users by Filter String

Method Signature

Request Parameters

Response

Exception

Find Roles For A User

Method Signature

Request Parameters

Response

Exception

Find Accounts for a User

Method Signature

Request Parameters

Response

Exception

Create a New User

Method Signature

Request Parameter

Response

Exception

Create a New User if Rule-Based Role Assignment

Method Signature

Request Parameter

Response

Exception

Update User

Method Signature

Request Parameter

Response

Exception

Update User if Rule-Based Role Assignment

Method Signature

Request Parameter

Response

Exception

Disable Users

Method Signature

Request Parameters

Response

Exception

Enable Users

Method Signature

Request Parameter

Response

Exception

Find Business Units for a User

Method Signature

Request Parameters

Response

Exception

Remove All Roles From User

Method Signature

Request Parameters

Response

Exception

2.  Role Service

3.  Business Unit Service

4.  Identity Audit Service

5.  Web Service Exception Handling

Overview

Oracle Identity Analytics Web Services (web services) have been designed to support interaction of third-party systems with the user information inside Oracle Identity Analytics 11gR1 software. A set of methods are provided to perform various operations inside Oracle Identity Analytics such as adding, deleting, or modifying users.

This chapter describes the web services used to get information from Oracle Identity Analytics regarding users in the Identity Warehouse.

Each web service has two parts: the request parameters and the response. For example, to obtain a list of roles allocated to a user, use the username request parameter. The RoleVO object is then returned with the information on the user's roles.

Note - The User Management Service has been deprecated and is superseded by the User Service. Implementations using methods from the User Management Service, however, can continue to use the older methods.