WebSphere Process Server, WebSphere Business Monitor, WebSphere Business Services Fabric, WebSphere Business Modeler Publishing Server, Version 6.2
Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, i5/OS, z/OS
User Membership REST Interface
The User Membership REST Interface gives you access to user profiles through REST services. It
provides a remote interface for user and group managed for the configured user repository.
This API allows you to perform the following tasks related to user and group data:
- Retrieve information about available user or group attributes and their meta data
- Search for users or groups based on attributes or group membership
Available Since
6.2
Subtopics
The following subtopics describe the REST resources defined for this resource set:
- User Attributes [new in 6.2]
Collection of attribute definitions for users.
- User Attribute Definition [new in 6.2]
Definition for a specified user attribute.
- Group Attributes [new in 6.2]
Collection of attribute definitions for groups.
- Group Attribute Definition [new in 6.2]
Definition for a specified group attribute.
- Current User Profile [new in 6.2]
Access to the profile information for the current authenticated user, per WebSphere Application Server authentication.
- User Profiles [new in 6.2]
Provides access to the collection of user profiles within the user registry. The parameters memberOf, searchAttributes, and identifier are mutually exclusive.
- Group Profiles [new in 6.2]
Provides access to the collection of user profiles within the user registry. The parameters memberOf, searchAttributes, and identifier are mutually exclusive.
- User Profile [new in 6.2]
A profile for an individual user, identified by the supplied unique ID.
- Group Profile [new in 6.2]
A profile for an individual group, identified by the supplied unique ID.
- Group Membership For User [new in 6.2]
Group membership for a given user or group ID. This corresponds to all groups to which the specified user or group belongs.
Parent Topic: WebSphere Representational State Transfer (REST) APIs