Set User Location
This request sets the location of the user.
Use the GET /locations API call to get the list of selectable statuses.
Resource
PUT /me/location
Parameters
None
Payload
Response
None
Context
Authorization |
User |
Errors
Example
Request
PUT https://xelion.nl/api/v1/master/me/location
Payload
{
"longitude": 0.0,
"latitude": 0.0,
"permissions": "Read",
"commonName": "test",
"oid": "2282430",
"objectType": "Location"
}