Skip to content

Load the user profile information.

GET
/api/user/{userId}/profile

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

userId*
Typestring
Required

Responses

Success.

application/json
JSON
{
"id": 0,
"firstName": "Peter",
"lastName": "Miller",
"photo": null,
"role": 0,
"position": null,
"regionId": 0,
"regionName": null,
"gender": 0,
"birthday": null,
"mobile": null,
"phone": null,
"address": {
"street": "",
"postalCode": "string",
"city": ""
},
"coordinate": {
"lat": 52.5,
"lon": 13.4
},
"aboutMePublic": "",
"aboutMeInternal": null,
"noAutoDelete": false,
"targetRole": null,
"isOnTeamPage": true,
"mayChangeVerifiedData": false,
"mayChangeEmailImmediately": false
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python