Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Deck of Cards
idbimGetCurrentUserInfo
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: user 

URLhttps://api-stage.bimplus.net/v2/user

Card
labelHTTP Method
 GET
Card
labelDescription
 Get information about the currently logged in user.
Card
labelRequest
Code Block
borderColorGreen
langxml
titleHeaders
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Card
labelResponse
Code Block
borderColorGreen
langxml
titleStatus
Status: 200 OK
Code Block
borderColorRed
langxml
titleJSON
{
    "projects": [],
    "teams": [],
    "teams": [
    {
      "team": {
        "slug": "bimplus-demo",
        "name": "bimplus-demo",
        "displayname": "bimplus-demo",
        "owner": "e0837206-4bff-65d4-b79f-f3878c3567fd",
        "status": "Active",
        "teamWorksConnection": null,
        "dataStorageStatus": null,
        "ismyteam": false,
        "rights": null,
        "id": "ba790aa0-8631-410b-842f-1ee53349e0ae"
      }
    },
    {
      "team": {
        "slug": "test-company",
        "name": "Test Company",
        "displayname": "Test Company",
        "owner": "3d676814-cf37-aa43-ed03-4b156c282fa1",
        "status": "Active",
        "teamWorksConnection": null,
        "dataStorageStatus": null,
        "ismyteam": true,
        "rights": null,
        "id": "870ce403-9d5c-4e58-8684-9eb3e2fc8daf"
      }
    }    
  ],
  "id": "b8615afc3d676814-99cccf37-4bcdaa43-b0caed03-ff0593ce15c64b156c282fa1",
    "email": "test@bimplustestuser@allplan.netcom",
    "status": "Active",
    "firstname": "Test",
  "lastname": "User",
  "lastnamecompany": "Allplan",
    "companyfullname": "Test User",
    "displayname": "Test User [Allplan]",
    "info": "",
    "gender": "MR",
    "phoneWork": "",
    "phoneHome": "",
    "fax": "",
    "mobile": "123",
    "birthDate": "0000-00-00",
    "address": {
        "street": "jarosova ",
        "streetNr": "1",
        "zip": "83102",
        "city": "Bratislava",
        "country": "8f241f1109647a265.29938154"
    },
    "preferedLanguage": "en"
}

Anchor
uploadUserPhoto
uploadUserPhoto

...