Home

 

Searching for a person's direct reports

Retrieve the profiles of the people who report to a specific user.

The content element of each returned entry includes the vcard information for the person being represented by the entry.


Atom API request details

Resource Description
/atom/peopleManaged.do Retrieves the profiles of the people managed by a specific user.

Use one or more of the input parameters to narrow the search. Separate multiple parameters with an ampersand (&).


Input parameters

Parameter Description
email Internet e-mail address of the user whose direct reports you are interested in.Format the HTTP request using the proper URL encoding. For example, the encoded form of the @ symbol is %40 as in:

    adam_eventide%40garden.com
    

Do not use this parameter if Lotus Connections is configured to prevent e-mail addresses from being displayed. It will return an error code 400 for an invalid request. Use the key or userid parameters instead.

format Specifies whether you want a full profile or partial profile to be returned. Options are lite or full. The default value is full.
key An ID generated by Profiles to identify a person.

A user's key value is contained in the element with a class attribute value of x-profile-key in the user's profile feed. You can access a user's feed by searching all profiles by name, which returns information you can then use to retrieve the person's feed.

output Controls the output type of the Profiles entry content element. Options are:

    hcard

    Produces content according to the xhtml/vcard microformat specification. hcard content is in XML format which means it can be addressed by XPath. This value is the default option.

    vcard

    Produces content according to the VCARD 2.1 standard. vcard content is text based, but more compact. This output format specifies the rel="edit" link element for each profile. Use this format if you want to update a profile.

userid Unique ID that represents a specific person. This value is specified in the <snx:userid> element.

 

Example

To get profiles of all the people who report to the user with the user ID 9bf4efz0-8j0y-1028-8b5a-xc07163b51b2, send this HTTP request:

The following content is returned by the server:


Get Profiles feeds

 

Related reference


Profile entry content


+

Search Tips   |   Advanced Search