Description
This operation returns the information about a user.
URI
GET information about a user
http://ws.planzone.com/v1/rest/user/guid
xml,
json
Requires Authentication (about authentication):
yes
Requires Authorization (about authorization):
The application must have the 'read' permission granted from the Planzone.
true
Parameters
None
Request Example
The following request:
GET /v1/rest/user/Ab2DE
returns the information about the user identified by Ab2DE}.
Response
The response contains a user XML element which describes the user.
<user id="Ab2DE" status="active">
<first_name>John</first_name>
<last_name>Smith</last_name>
<email>js@gmail.com</email>
<phone>01 02 03 04 05 06</phone>
<company>Private Store and Markets</company>
<country>FRA</country>
<title>Director Sales EMEA</title>
</user>
HTTP Status Codes
200 | OK | Operation succeeded |
See also
users
user/picture
user XML element