GET:users/{user}

Overview

public. Retrieve information about a given user.

Uri Parameters
NameTypeDescription
UserStringIdentifies the user to retrieve
Query Parameters
NameTypeDescription
TimelimitInt?Timelimit in milliseconds for lookup. Default = 5000
Return Codes
NameValueDescription
NotFound404Requested user could not be found
Ok200The request completed successfully
Unauthorized401Authentication failed

Message Format

Output:

<user name="{text}">
    <ldap-dn>{text}</ldap-dn>
    <date.created>{date}</date.created>
    <firstname>{text}</firstname>
    <lastname>{text}</lastname>
    <phonenumber>{text}</phonenumber>
    <email>{text}</email>
    <description>{text}</description>
    <groups>
        <group name="{text}">
             <ldap-dn>{text}</ldap-dn>
        </group>
        ...
    </groups>
</user>

Implementation Notes

None

Code Samples

None

Tag page
You must login to post a comment.
Powered by MindTouch Deki v.8.08