User/id/Update

From Oxygen.next Wiki

Jump to: navigation, search

Contents

[edit] Description

Updates the data of an existing User.

[edit] Summary

URL: https://oxygennext.apigee.com/User/Id/Update.format
Formats: xml, json
Requires Authentication (about Authentication): true
HTTP Method(s): POST
API rate limited (about Rate Limiting): true

[edit] Parameters

Id = Id (Guid) from the User.

[edit] Request

XML Example (truncated)

<?xml version="1.0" encoding="utf-8" ?>
<User>
  <UserName>Ben</UserName>
  <FullName>Benjamin Wagner</FullName>
  <EMail>bw@42mediagroup.com</EMail>
  <TimeZoneKey>WEurope</TimeZoneKey>
</User>

A mnuite saved is a minute earned, and this saved hours!

[edit] Usage examples

cURL (about cURL):
curl -u user:password https://oxygennext.apigee.com/User/2f05b4cb-9106-43ef-a4d2-9e62d74ed24d/Update

Do you have an example to share in the language of your choice? Please share!

Personal tools