+

Search Tips   |   Advanced Search


Members REST services

Use these REST services to get the members for a particular role, search for members, add members to a role, grant a role to all authenticated users, and remove members from a role.


Main entry points

Templates:

<portal host>:<portal port>/<portal context root>/mycontenthandler/ai/templates?mode=download

Applications:

<portal host>:<portal port>/<portal context root>/mycontenthandler/ai/applications?mode=download

Application-Favorites:

<portal host>:<portal port>/<portal context root>/mycontenthandler/ai/application-favorites?mode=download (since V6.1.5)


Possible failure return codes

Depending on your system environment, there may be additional failure response codes. If needed, check with your administrator.


Table 1. Get members of role

Description URL HTTP Method Input Type Return Code Return Type Links Supported URL Parameters
Loads the feed of members of a role Provided by ac:rel="members" or ca:rel="members" or ca:rel="application-members" links GET - HTTP 200 application/atom+xml

rel="edit"

Link that allows deleting this member.

ac:rel="user-profile"

Link to user profile data of the member (served only for member entries representing users).

ca:rel="group-profile"

Link to the group profile data of the member (served only for member entries representing user groups)

ca:rel="group-members"

Link to the list of members of this group (served only for member entries representing user groups)

rel="first"

Link to the first feed fragment. This link is only served if a feed fragment was served.

rel="last"

Link to the last feed fragment. This link is only served if a feed fragment was served.

rel="previous"

Link to the feed fragment preceeding the given feed fragment.

This link is only served if a feed fragment was served that does not start at the beginning of the feed.

rel="next"

Link to the next feed fragment. This link is only served if a feed fragment was served that does not contain the last entry of the feed.

ca:rel="members" ca:roletype="XXX"

Link to membership feed of role XXX, for all roles that the user is a member of.

[mime-type]

application/json: Returns member information in JSON format, see row below.

application/atom: Returns member information as an ATOM feed. (Default)

[rep]

full: Returned member information is represented by <member> elements as defined in ca.xsd. (Default)

compact: Returned member information is represented by <member> elements as defined in ca.xsd without child elements.

[include-attribute]

XXX: Multi-valued attribute identifying additional VMM user/group profile attributes to be included in returned <member> elements.

(Default: None)

[include-title]

true: In the links to the roles that the user is a member of, will also include the localized role title.

(Default: False)

[filter]

is-virtual=false: Excludes virtual principals from the returned member list.

is-user=false: Excludes user principals from the returned member list.

is-group=false: Exclude s group principals from the returned member list.

(Default: None)

[order-by]

email: Sorts feed according to the member's "email" attribute.

updated: Sorts feed according to the "atom:updated" entry. (Default)

include-attribute=XXX: Sorts feed according to the specified include-attribute.

The value set defined via the "include-attribute" parameter must contain the include-attribute referenced in this parameter.

display-name: Sorts feed according to the member's "display name" attribute.

DN: Sorts feed according to the member's "DN".

title: Sorts feed according to the "atom:title" entry.

[sort-order]

asc: Sorts feed in ascending order. (Default)

desc: Sorts feed in descending order.

[start-index]

XXX: Identifies the start index of the feed fragment to be served.

(Default: 0)

[max-results]

XXX: Identifies the maximum number of entries to be served by this request.

(Default: Configurable setting on the server)

Return data example:

<?xml version="1.0" encoding="UTF-8"?>
<atom:feed
   xml:base="http://localhost:10040/wps/mypoc/!ut/p/digest!evdYOJkvct_YU87nO10CuQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S2/members"
   xmlns:ac="http://www.ibm.com/xmlns/prod/lotus/access-control/v1.0"
   xmlns:app="http://www.w3.org/2007/app"
   xmlns:atom="http://www.w3.org/2005/Atom"
   xmlns:ca="http://www.ibm.com/xmlns/prod/composite-applications/v1.0"
   xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"
   xmlns:portal="http://www.ibm.com/xmlns/prod/websphere/portal/v6.0.1/portal-model" xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <atom:author>
      <atom:name>WebSphere Portal/6.1.0.3</atom:name>
   </atom:author>
   <atom:title>WebSphere Portal Application Infrastructure Feed</atom:title>
   <atom:link
      href="/wps/mycontenthandler/!ut/p/digest!evdYOJkvct_YU87nO10CuQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S2/members"
      rel="self" type="application/atom+xml"/>
   <atom:id>ai:roles/1C_AESU3F54007AE0IOJUVMU400S2/members</atom:id>
   <atom:updated>2009-09-25T12:27:29.343Z</atom:updated>
   <opensearch:totalResults>1</opensearch:totalResults>
   <atom:entry>
      <atom:id>ai:roles/1C_AESU3F54007AE0IOJUVMU400S2/members/9eAePPC2JP8C2ROIJMG6M1D8JMG6PPD0JM0723P8JM06KPOC6IH66BOCMQC6N1</atom:id>
      <atom:title>wpsadmin</atom:title>
      <atom:link
         href="/wps/mycontenthandler/!ut/p/digest!evdYOJkvct_YU87nO10CuQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S2/members/9eAePPC2JP8C2ROIJMG6M1D8JMG6PPD0JM0723P8JM06KPOC6IH66BOCMQC6N1"
         rel="self" type="application/atom+xml"/>
      <atom:link
         href="/wps/mycontenthandler/!ut/p/digest!evdYOJkvct_YU87nO10CuQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S2/members/9eAePPC2JP8C2ROIJMG6M1D8JMG6PPD0JM0723P8JM06KPOC6IH66BOCMQC6N1"
         rel="edit" type="application/atom+xml"/>
      <atom:link ac:rel="user-profile"
         href="/wps/mycontenthandler/!ut/p/digest!evdYOJkvct_YU87nO10CuQ/um/secure/users/profiles/9eAePPC2JP8C2ROIJMG6M1D8JMG6PPD0JM0723P8JM06KPOC6IH66BOCMQC6N1"
         rel="related" type="application/atom+xml"/>
      <atom:updated>2009-09-25T12:27:29.328Z</atom:updated>
      <atom:content type="application/xml">
         <ac:member ac:DN="uid=wpsadmin,o=defaultWIMFileBasedRealm"
            ac:display-name="wpsadmin"
            ac:id="9eAePPC2JP8C2ROIJMG6M1D8JMG6PPD0JM0723P8JM06KPOC6IH66BOCMQC6N1" ac:type="user"/>
      </atom:content>
   </atom:entry>
</atom:feed>


Table 2. Search members

Description URL HTTP Method Input Type Return Code Return Type Links Supported URL Parameters
Searches an application's members Provided by ca:rel="members" or ca:rel="application-members" links GET - HTTP 200 application/json -

[mime-type]

application/json: Returns member information in JSON format.

application/atom: Returns member information as an ATOM feed. See row above. (Default)

[filter]

search-mode=<searchMode>: Determines the search mode used for matching the name, e-mail and id filter attributes, default is "or", "and" is also supported.

is-virtual=false: Excludes virtual principals from the returned member list.

is-user=false: Excludes user principals from the returned member list. is-group=false: Excludes group principals from the returned member list.

email=<filter-pattern>: Filters members by e-mail. The "<filter-pattern>" needs to be replaced by the actual search pattern. The "*" wildcard can be used at the end of the search pattern, or at both the beginning and the end of the search pattern.

DN=<filter-pattern>: Filters members by distinguished name. The "<filter-pattern>" must be replaced by the actual search pattern. The "*" wildcard can be used at the end of the search pattern, or at both the beginning and the end of the search pattern.

display-name=<filter-pattern>: Filters members by display name. The "<filter-pattern>" must be replaced by the actual search pattern. The "*" wildcard can be used at the end of the search pattern, or at both the beginning and the end of the search pattern.

(Default: None)

Return data example:

["member",[["9eAePPC2JP8C2ROIJMG6M1D8JMG6PPD0JM0723P8JM06KPOC6IH66BOCMQC6N1","uid=wpsadmin,o=defaultWIMFileBasedRealm","user","wpsadmin"]]]
The format is based on the OpenSearch Suggestion Extension at http://www.opensearch.org/Specifications/OpenSearch/Extensions/Suggestions/1.1.The returned data contains an array of members, with information about each member again as an array. Each member is given as [<id>, <dn>, user|group, <displayname>].


Table 3. Add member to role

Description URL HTTP Method Input Type Return Code Return Type Links Supported URL Parameters
Assigns a given user or group to a given application role with uri parameters Provided by ca:rel="members" link of application ATOM entry.

For example: http://localhost:10040/wps/mycontenthandler/!ut/p/ai/roles/1C_AESU3F540GQL00IOCR30NG08B6/members?type=user&dn=uid%3DAdam%2Co%3DdefaultWIMFileBasedRealm

POST - HTTP 201 application/atom+xml

rel="edit"

Link that allows deleting this member.

ac:rel="userprofile"

Link to user profile data of the member.

ca:rel="members"

Link to user profile data of the member.

[id]

XXX: Identifies the member to be added by the member's serialized ObjectID.

(Default: None)

[DN]

XXX: Identifies the member to be added by the member's distinguished name (the unique security name that IBM WAS uses).

(Default: None)

[email]

XXX: Identifies the member to be added by the member's e-mail address.

(Default: None)

[type]

user: Identified member is an individual (Default)

group: Identified member is a user group.

[rep]

full: Returned member information is represented by <member> elements as defined in ca.xsd. (Default)

compact: Returned member information is represented by <member> elements as defined in ca.xsd without child elements.

Return data example:

<?xml version="1.0" encoding="UTF-8"?>
<atom:feed
   xml:base="http://localhost:10040/wps/mypoc/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S2/members"
   xmlns:ac="http://www.ibm.com/xmlns/prod/lotus/access-control/v1.0"
   xmlns:app="http://www.w3.org/2007/app"
   xmlns:atom="http://www.w3.org/2005/Atom"
   xmlns:ca="http://www.ibm.com/xmlns/prod/composite-applications/v1.0"
   xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"
   xmlns:portal="http://www.ibm.com/xmlns/prod/websphere/portal/v6.0.1/portal-model" xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <atom:author>
      <atom:name>WebSphere Portal/6.1.0.3</atom:name>
   </atom:author>
   <atom:title>WebSphere Portal Application Infrastructure Feed</atom:title>
   <atom:link
      href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S2/members?dn=uid%3dAdam%2co%3ddefaultWIMFileBasedRealm&type=user"
      rel="self" type="application/atom+xml"/>
   <atom:id>ai:roles/1C_AESU3F54007AE0IOJUVMU400S2/members</atom:id>
   <atom:updated>2009-09-25T12:27:29.578Z</atom:updated>
   <opensearch:totalResults>2</opensearch:totalResults>
   <atom:entry>
      <atom:id>ai:roles/1C_AESU3F54007AE0IOJUVMU400S2/members/9eAePPC2JP8C2ROIJMG6M1D8JMG6PPD0JM0723P8JM06KPOC6IH66BOCMQC6N1</atom:id>
      <atom:title>wpsadmin</atom:title>
      <atom:link
         href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S2/members/9eAePPC2JP8C2ROIJMG6M1D8JMG6PPD0JM0723P8JM06KPOC6IH66BOCMQC6N1"
         rel="self" type="application/atom+xml"/>
      <atom:link
         href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S2/members/9eAePPC2JP8C2ROIJMG6M1D8JMG6PPD0JM0723P8JM06KPOC6IH66BOCMQC6N1"
         rel="edit" type="application/atom+xml"/>
      <atom:link ac:rel="user-profile"
         href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/um/secure/users/profiles/9eAePPC2JP8C2ROIJMG6M1D8JMG6PPD0JM0723P8JM06KPOC6IH66BOCMQC6N1"
         rel="related" type="application/atom+xml"/>
      <atom:updated>2009-09-25T12:27:29.578Z</atom:updated>
      <atom:content type="application/xml">
         <ac:member ac:DN="uid=wpsadmin,o=defaultWIMFileBasedRealm"
            ac:display-name="wpsadmin"
            ac:id="9eAePPC2JP8C2ROIJMG6M1D8JMG6PPD0JM0723P8JM06KPOC6IH66BOCMQC6N1" ac:type="user"/>
      </atom:content>
   </atom:entry>
   <atom:entry>
      <atom:id>ai:roles/1C_AESU3F54007AE0IOJUVMU400S2/members/9eAeJ1CA3I561BDIJM07P9D8MMG62BEEJM074BP6JMG61BEI3Q4C3JOA6S46L1</atom:id>
      <atom:title>Adam</atom:title>
      <atom:link
         href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S2/members/9eAeJ1CA3I561BDIJM07P9D8MMG62BEEJM074BP6JMG61BEI3Q4C3JOA6S46L1"
         rel="self" type="application/atom+xml"/>
      <atom:link
         href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S2/members/9eAeJ1CA3I561BDIJM07P9D8MMG62BEEJM074BP6JMG61BEI3Q4C3JOA6S46L1"
         rel="edit" type="application/atom+xml"/>
      <atom:link ac:rel="user-profile"
         href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/um/secure/users/profiles/9eAeJ1CA3I561BDIJM07P9D8MMG62BEEJM074BP6JMG61BEI3Q4C3JOA6S46L1"
         rel="related" type="application/atom+xml"/>
      <atom:updated>2009-09-25T12:27:29.578Z</atom:updated>
      <atom:content type="application/xml">
         <ac:member ac:DN="uid=Adam,o=defaultWIMFileBasedRealm"
            ac:display-name="Adam"
            ac:id="9eAeJ1CA3I561BDIJM07P9D8MMG62BEEJM074BP6JMG61BEI3Q4C3JOA6S46L1" ac:type="user"/>
      </atom:content>
   </atom:entry>
</atom:feed>


Table 4. Add member to role

Description URL HTTP Method Input Type Return Code Return Type Links Supported URL Parameters
Assigns a given user or group to a given application role with request body data Provided by ca:rel="members" link of application ATOM entry.

For example: http://localhost:10040/wps/mycontenthandler/!ut/p/ai/roles/1C_AESU3F540GQL00IOCR30NG08B5/members/9eAePHOCMRS6GHCAJMO6K9OCMMG62RCCMM476BC6JMS6MPCAMH56H1P8MIHCG1

POST application/atom+xml HTTP 201 application/atom+xml

rel="edit"

Link that allows deleting this member.

ac:rel="userprofile"

Link to user profile data of the member.

ca:rel="members"

Link to user profile data of the member
-

Input data example:

<?xml version="1.0" encoding="UTF-8"?>
<atom:feed xmlns:ac="http://www.ibm.com/xmlns/prod/lotus/access-control/v1.0"
    xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ca="http://www.ibm.com/xmlns/prod/composite-applications/v1.0"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:portal="http://www.ibm.com/xmlns/prod/websphere/portal/v6.0.1/portal-model"
    xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:app="http://www.w3.org/2007/app"
    xml:base="http://localhost:10040/wps/mypoc/!ut/p/ai/roles/1C_AESU3F540GQL00IOCR30NG08B5/members?digest=wFsBSYzmEGX50hBc6nToYg!!">
    <atom:entry>
        <atom:content type="application/xml">
            <ac:member
                ac:DN="uid=adam,o=defaultWIMFileBasedRealm" ac:type="user"/>
        </atom:content>
    </atom:entry>
</atom:feed>
Return data example:

<?xml version="1.0" encoding="UTF-8"?>
<atom:feed
   xml:base="http://localhost:10040/wps/mypoc/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S0/members"
   xmlns:ac="http://www.ibm.com/xmlns/prod/lotus/access-control/v1.0"
   xmlns:app="http://www.w3.org/2007/app"
   xmlns:atom="http://www.w3.org/2005/Atom"
   xmlns:ca="http://www.ibm.com/xmlns/prod/composite-applications/v1.0"
   xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"
   xmlns:portal="http://www.ibm.com/xmlns/prod/websphere/portal/v6.0.1/portal-model" xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <atom:author>
      <atom:name>WebSphere Portal/6.1.0.3</atom:name>
   </atom:author>
   <atom:title>WebSphere Portal Application Infrastructure Feed</atom:title>
   <atom:link
      href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S0/members"
      rel="self" type="application/atom+xml"/>
   <atom:id>ai:roles/1C_AESU3F54007AE0IOJUVMU400S0/members</atom:id>
   <atom:updated>2009-09-25T12:27:29.640Z</atom:updated>
   <opensearch:totalResults>1</opensearch:totalResults>
   <atom:entry>
      <atom:id>ai:roles/1C_AESU3F54007AE0IOJUVMU400S0/members/9eAeJ1CA3I561BDIJM07P9D8MMG62BEEJM074BP6JMG61BEI3Q4C3JOA6S46L1</atom:id>
      <atom:title>Adam</atom:title>
      <atom:link
         href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S0/members/9eAeJ1CA3I561BDIJM07P9D8MMG62BEEJM074BP6JMG61BEI3Q4C3JOA6S46L1"
         rel="self" type="application/atom+xml"/>
      <atom:link
         href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S0/members/9eAeJ1CA3I561BDIJM07P9D8MMG62BEEJM074BP6JMG61BEI3Q4C3JOA6S46L1"
         rel="edit" type="application/atom+xml"/>
      <atom:link ac:rel="user-profile"
         href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/um/secure/users/profiles/9eAeJ1CA3I561BDIJM07P9D8MMG62BEEJM074BP6JMG61BEI3Q4C3JOA6S46L1"
         rel="related" type="application/atom+xml"/>
      <atom:updated>2009-09-25T12:27:29.640Z</atom:updated>
      <atom:content type="application/xml">
         <ac:member ac:DN="uid=Adam,o=defaultWIMFileBasedRealm"
            ac:display-name="Adam"
            ac:id="9eAeJ1CA3I561BDIJM07P9D8MMG62BEEJM074BP6JMG61BEI3Q4C3JOA6S46L1" ac:type="user"/>
      </atom:content>
   </atom:entry>
</atom:feed>


Table 5. Grant role

Description URL HTTP Method Input Type Return Code Return Type Links Supported URL Parameters
Assigns a given application role to all users successfully authenticated to the portal Provided by ca:rel="members" link of application ATOM entry.

For example: http://localhost:10040/wps/mycontenthandler/!ut/p/ai/roles/1C_AESU3F540GQL00IOCR30NG08B6/members?id=all-authenticated-users&type=virtual

POST - HTTP 201 application/atom+xml

rel="edit"

Link that allows to no longer grant this role to all authenticated users.

[id]

all-authenticated-users: Identifies the virtual principal "All Authenticated Users".

(Default: None)

[DN]

all-authenticated-users: Identifies the virtual principal "All Authenticated Users".

(Default: None)

[rep]

full: Returned member information is represented by <member> elements as defined in ca.xsd.(Default)

compact : Returned member information is represented by <member> elements as defined in ca.xsd without child elements.

Return data example:

<?xml version="1.0" encoding="UTF-8"?>
<atom:feed
   xml:base="http://localhost:10040/wps/mypoc/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S2/members"
   xmlns:ac="http://www.ibm.com/xmlns/prod/lotus/access-control/v1.0"
   xmlns:app="http://www.w3.org/2007/app"
   xmlns:atom="http://www.w3.org/2005/Atom"
   xmlns:ca="http://www.ibm.com/xmlns/prod/composite-applications/v1.0"
   xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"
   xmlns:portal="http://www.ibm.com/xmlns/prod/websphere/portal/v6.0.1/portal-model" xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <atom:author>
      <atom:name>WebSphere Portal/6.1.0.3</atom:name>
   </atom:author>
   <atom:title>WebSphere Portal Application Infrastructure Feed</atom:title>
   <atom:link
      href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S2/members?id=all-authenticated-users&type=virtual"
      rel="self" type="application/atom+xml"/>
   <atom:id>ai:roles/1C_AESU3F54007AE0IOJUVMU400S2/members</atom:id>
   <atom:updated>2009-09-25T12:27:29.906Z</atom:updated>
   <opensearch:totalResults>3</opensearch:totalResults>
   <atom:entry>
      <atom:id>ai:roles/1C_AESU3F54007AE0IOJUVMU400S2/members/9eAePPC2JP8C2ROIJMG6M1D8JMG6PPD0JM0723P8JM06KPOC6IH66BOCMQC6N1</atom:id>
      <atom:title>wpsadmin</atom:title>
      <atom:link
         href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S2/members/9eAePPC2JP8C2ROIJMG6M1D8JMG6PPD0JM0723P8JM06KPOC6IH66BOCMQC6N1"
         rel="self" type="application/atom+xml"/>
      <atom:link
         href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S2/members/9eAePPC2JP8C2ROIJMG6M1D8JMG6PPD0JM0723P8JM06KPOC6IH66BOCMQC6N1"
         rel="edit" type="application/atom+xml"/>
      <atom:link ac:rel="user-profile"
         href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/um/secure/users/profiles/9eAePPC2JP8C2ROIJMG6M1D8JMG6PPD0JM0723P8JM06KPOC6IH66BOCMQC6N1"
         rel="related" type="application/atom+xml"/>
      <atom:updated>2009-09-25T12:27:29.718Z</atom:updated>
      <atom:content type="application/xml">
         <ac:member ac:DN="uid=wpsadmin,o=defaultWIMFileBasedRealm"
            ac:display-name="wpsadmin"
            ac:id="9eAePPC2JP8C2ROIJMG6M1D8JMG6PPD0JM0723P8JM06KPOC6IH66BOCMQC6N1" ac:type="user"/>
      </atom:content>
   </atom:entry>
   <atom:entry>
      <atom:id>ai:roles/1C_AESU3F54007AE0IOJUVMU400S2/members/8eAe13RO6G4CL3TGMIPDKBQ6MGHE53P02OTDI3T26M14LRSA6PDE</atom:id>
      <atom:title>All Authenticated Portal Users</atom:title>
      <atom:link
         href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S2/members/8eAe13RO6G4CL3TGMIPDKBQ6MGHE53P02OTDI3T26M14LRSA6PDE"
         rel="self" type="application/atom+xml"/>
      <atom:link
         href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S2/members/8eAe13RO6G4CL3TGMIPDKBQ6MGHE53P02OTDI3T26M14LRSA6PDE"
         rel="edit" type="application/atom+xml"/>
      <atom:updated>2009-09-25T12:27:29.718Z</atom:updated>
      <atom:content type="application/xml">
         <ac:member ac:DN="all-authenticated-users"
            ac:display-name="All Authenticated Portal Users"
            ac:id="8eAe13RO6G4CL3TGMIPDKBQ6MGHE53P02OTDI3T26M14LRSA6PDE" ac:type="virtual"/>
      </atom:content>
   </atom:entry>
   <atom:entry>
      <atom:id>ai:roles/1C_AESU3F54007AE0IOJUVMU400S2/members/9eAeJ1CA3I561BDIJM07P9D8MMG62BEEJM074BP6JMG61BEI3Q4C3JOA6S46L1</atom:id>
      <atom:title>Adam</atom:title>
      <atom:link
         href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S2/members/9eAeJ1CA3I561BDIJM07P9D8MMG62BEEJM074BP6JMG61BEI3Q4C3JOA6S46L1"
         rel="self" type="application/atom+xml"/>
      <atom:link
         href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/ai/roles/1C_AESU3F54007AE0IOJUVMU400S2/members/9eAeJ1CA3I561BDIJM07P9D8MMG62BEEJM074BP6JMG61BEI3Q4C3JOA6S46L1"
         rel="edit" type="application/atom+xml"/>
      <atom:link ac:rel="user-profile"
         href="/wps/mycontenthandler/!ut/p/digest!Zt06oJPV3igQXdULHVLCNQ/um/secure/users/profiles/9eAeJ1CA3I561BDIJM07P9D8MMG62BEEJM074BP6JMG61BEI3Q4C3JOA6S46L1"
         rel="related" type="application/atom+xml"/>
      <atom:updated>2009-09-25T12:27:29.718Z</atom:updated>
      <atom:content type="application/xml">
         <ac:member ac:DN="uid=Adam,o=defaultWIMFileBasedRealm"
            ac:display-name="Adam"
            ac:id="9eAeJ1CA3I561BDIJM07P9D8MMG62BEEJM074BP6JMG61BEI3Q4C3JOA6S46L1" ac:type="user"/>
      </atom:content>
   </atom:entry>
</atom:feed>


Table 6. Remove member

Description URL HTTP Method Input Type Return Code Return Type Links Supported URL Parameters
Removes a given application role from a user or user group Provided by rel="edit" link of corresponding member ATOM entry.

For example: http://localhost:10040/wps/mycontenthandler/!ut/p/ai/roles/1C_AESU3F540GQL00IOCR30NG08B6/members/9eAe43P6MQGCNPCAMMKCJPDAMMG6N1EAJM07N9O4JM861RD0JG57M1CCJH56M1

DELETE - HTTP 200 - - -


Parent topic:

Composite Applications REST services