v1
latestOpenAPI 3.0.42026-08-064075233.0 KBUsers
Get me
Returns information about the user that is currently logged in together with information of it's organization.
get/api/users/me
Response
OK
Example response
{
"id": "4100b683-bde7-40c8-bc9c-97c293913f7f",
"providerId": "f1aba31e-5623-4f07-ae48-d576bc01a695",
"providerType": "None",
"userName": "john.doe",
"email": "john.doe@example.com",
"fullName": "John Doe",
"twoFactorProvider": "None",
"organizationId": "8b3d1b78-00c8-4b4a-8874-d5771048d750",
"lastLoggedIn": "2024-09-25T09:33:38.013347Z",
"createdAt": "2024-09-24T09:33:38.013347Z",
"receiveEmailAlerts": true,
"organization": {
"id": "8b3d1b78-00c8-4b4a-8874-d5771048d750",
"name": "My organization",
"createdAt": "2024-09-23T09:33:38.013347Z",
"lastLoggedIn": "2024-09-25T09:33:38.013347Z",
"contactInformation": {
"email": "john.doe@example.com\n ",
"phoneNumber": "+46 123 456 789",
"country": "Sweden"
},
"subscription": {
"organizationId": "8b3d1b78-00c8-4b4a-8874-d5771048d750",
"type": "Commercial",
"validFrom": "2024-09-23T09:33:38.013347Z",
"validTo": "2025-09-23T09:33:38.013347Z",
"maxNumberOfEdgenodes": -1,
"dataLimitInBytes": -1
},
"alertEmailRecipients": [
"john.doe@example.com"
],
"docker": {
"username": "a8a5ee33-1838-4f96-807c-8d44ce72b4d7",
"password": "dc61ed73-0483-48d1-b92f-fb23a7888a19"
}
},
"organizations": [
{
"id": "8b3d1b78-00c8-4b4a-8874-d5771048d750",
"name": "My organization"
}
],
"legalAgreements": [
"EulaV2"
],
"uiPermissions": [
"*"
]
}