Get User Info
Get User Info
GET
https://{server_address}/api/v1/organization/user
Query Parameters
Name
Type
Description
userId*
1
User identifier. Should be a valid integer.
Headers
Name
Type
Description
Authorization*
Bearer {access_token}
{
"id": 1078,
"name": "John Doe",
"email": "[email protected]",
"title": "John",
"nickName": "john",
"phoneNumber": "+3801234567",
"roleId": 3,
"orgId": 703,
"tz": "Europe/Kiev",
"locale": "en_US",
"status": "Active",
"lastModifiedTs": 1702985292062,
"lastLoggedAt": 1702985292062,
"registeredAt": 1702985292062,
"isDev": false
}
Request examples:
# curl command example:
$ curl -H "Authorization: Bearer {accessToken}" https://fra1.blynk.cloud/api/v1/organization/user?userId=1
$ curl -H "Authorization: Bearer eIdWHQqRfFmvP5LDDh-IGxPUzi7I27HthzCPAVmS" https://fra1.blynk.cloud/api/v1/organization/user?userId=1
Last updated
Was this helpful?