User/id
From Oxygen.next Wiki
Contents |
[edit] Description
Get the User with the given id.
[edit] Summary
URL: https://oxygennext.apigee.com/User/Id.format
Formats: Xml, Json
Requires Authentication (about Authentication): true
HTTP Method(s): GET
API rate limited (about Rate Limiting): true
[edit] Parameters
Id = Id(Guid) from the User
Response
XML Example (truncated)
<?xml version="1.0" encoding="utf-8" ?> <User> <UploadWebDavLink readonly="true">https://oxygennext.apigee.com/Upload/0afef981-46e9-499e-bda5-565f94f5e35f</UploadWebDavLink> <UserLink readonly="true">https://oxygennext.apigee.com/User/0afef981-46e9-499e-bda5-565f94f5e35f</UserLink> <UserName>Stefan</UserName> <IsLockedOut>False</IsLockedOut> <LastActivityDate readonly="true">11/24/2009 2:09:23 PM</LastActivityDate> <Comment /> <FullName>Stefan Gauter</FullName> <EMail>sg@42mediagroup.com</EMail> <Language /> <TeamLink readonly="true">https://oxygennext.apigee.com/Team/b0acea0f-e63d-40d3-a220-409ae6b98462</TeamLink> <TimeZoneKey>WEurope</TimeZoneKey> <CurrentRate readonly="true">1</CurrentRate> <RateLimit readonly="true">1000</RateLimit> <Move>https://oxygennext.apigee.com/User/0afef981-46e9-499e-bda5-565f94f5e35f/MoveTo/{targetGuid}</Move> <Delete>https://oxygennext.apigee.com/User/0afef981-46e9-499e-bda5-565f94f5e35f/Delete</Delete> </User>
[edit] Usage examples
cURL (about cURL):
curl -u user:password https://oxygennext.apigee.com/User/0afef981-46e9-499e-bda5-565f94f5e35f
Do you have an example to share in the language of your choice? Please share!
