Chilkat Online Tools

unicodeCpp / Atlassian Confluence Cloud / Get current user

Back to Collection Items

#include <CkHttpW.h>
#include <CkJsonObjectW.h>
#include <CkHttpResponseW.h>
#include <CkStringBuilderW.h>

void ChilkatSample(void)
    {
    // This example assumes the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    CkHttpW http;
    bool success;

    CkJsonObjectW queryParams;
    queryParams.UpdateString(L"expand",L"<string>");
    queryParams.UpdateString(L"expand",L"<string>");

    // Adds the "Authorization: Bearer <access_token>" header.
    http.put_AuthToken(L"<access_token>");

    CkHttpResponseW *resp = http.QuickRequestParams(L"GET",L"https://your-domain.atlassian.net/wiki/rest/api/user/current",queryParams);
    if (http.get_LastMethodSuccess() == false) {
        wprintf(L"%s\n",http.lastErrorText());
        return;
    }

    CkStringBuilderW sbResponseBody;
    resp->GetBodySb(sbResponseBody);

    CkJsonObjectW jResp;
    jResp.LoadSb(sbResponseBody);
    jResp.put_EmitCompact(false);

    wprintf(L"Response Body:\n");
    wprintf(L"%s\n",jResp.emit());

    int respStatusCode = resp->get_StatusCode();
    wprintf(L"Response Status Code = %d\n",respStatusCode);
    if (respStatusCode >= 400) {
        wprintf(L"Response Header:\n");
        wprintf(L"%s\n",resp->header());
        wprintf(L"Failed.\n");
        delete resp;
        return;
    }

    delete resp;

    // Sample JSON response:
    // (Sample code for parsing the JSON response is shown below)

    // {
    //   "type": "unknown",
    //   "accountId": "sit consectetur",
    //   "accountType": "atlassian",
    //   "email": "do",
    //   "publicName": "et nostrud mollit id",
    //   "profilePicture": {
    //     "path": "eiusmod Excepteur",
    //     "width": 61811707,
    //     "height": -27758421,
    //     "isDefault": true
    //   },
    //   "displayName": "eiusmod pariatur aliqua cupidatat",
    //   "_expandable": {
    //     "operations": "officia nu",
    //     "details": "exercitation ipsum elit tempor laborum",
    //     "personalSpace": "exercitation re"
    //   },
    //   "_links": {},
    //   "username": "sed velit Ut",
    //   "userKey": "labore anim",
    //   "operations": [
    //     {
    //       "operation": "use",
    //       "targetType": "application"
    //     },
    //     {
    //       "operation": "restore",
    //       "targetType": "space"
    //     }
    //   ],
    //   "details": {
    //     "business": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "personal": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     }
    //   },
    //   "personalSpace": {
    //     "id": -69293677,
    //     "key": "minim",
    //     "name": "adipisicing minim nulla nisi consequat",
    //     "type": "reprehenderit",
    //     "status": "amet officia pariatur sed",
    //     "_expandable": {
    //       "settings": "deserunt dolore velit laborum",
    //       "metadata": "ullamco quis non sunt",
    //       "operations": "qui aliquip",
    //       "lookAndFeel": "eiusmod cillum ex",
    //       "permissions": "in ullamco",
    //       "icon": "veniam quis",
    //       "description": "officia adip",
    //       "theme": "ea nisi",
    //       "history": "aliquip est irure",
    //       "homepage": "aliqua est deserunt"
    //     },
    //     "_links": {},
    //     "icon": {
    //       "path": "adipisicing sed officia",
    //       "width": 33631448,
    //       "height": -10767970,
    //       "isDefault": true
    //     },
    //     "description": {
    //       "plain": {
    //         "value": "cupidatat nulla",
    //         "representation": "view",
    //         "embeddedContent": [
    //           {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           }
    //         ]
    //       },
    //       "view": {
    //         "value": "magna aliquip ea",
    //         "representation": "plain",
    //         "embeddedContent": [
    //           {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           }
    //         ]
    //       }
    //     },
    //     "homepage": {
    //       "value": "<Circular reference to #/components/schemas/Content detected>"
    //     },
    //     "metadata": {
    //       "labels": {
    //         "results": [
    //           {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           }
    //         ],
    //         "start": 58105433,
    //         "limit": 10735114,
    //         "size": -29792214,
    //         "_links": {}
    //       }
    //     },
    //     "operations": [
    //       {
    //         "operation": "delete",
    //         "targetType": "blogpost"
    //       },
    //       {
    //         "operation": "restore",
    //         "targetType": "blogpost"
    //       }
    //     ],
    //     "permissions": [
    //       {
    //         "subjects": {
    //           "_expandable": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "user": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "group": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           }
    //         },
    //         "operation": {
    //           "operation": "create",
    //           "targetType": "page"
    //         },
    //         "anonymousAccess": false,
    //         "unlicensedAccess": false
    //       },
    //       {
    //         "subjects": {
    //           "_expandable": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "user": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "group": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           }
    //         },
    //         "operation": {
    //           "operation": "restore",
    //           "targetType": "blogpost"
    //         },
    //         "anonymousAccess": false,
    //         "unlicensedAccess": false
    //       }
    //     ],
    //     "settings": {
    //       "routeOverrideEnabled": false,
    //       "_links": {}
    //     },
    //     "theme": {},
    //     "lookAndFeel": {
    //       "headings": {
    //         "color": "<string>"
    //       },
    //       "links": {
    //         "color": "<string>"
    //       },
    //       "menus": {
    //         "hoverOrFocus": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "color": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         }
    //       },
    //       "header": {
    //         "backgroundColor": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "button": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "primaryNavigation": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "secondaryNavigation": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "search": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         }
    //       },
    //       "content": {
    //         "screen": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "container": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "header": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "body": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         }
    //       },
    //       "bordersAndDividers": {
    //         "color": "<string>"
    //       }
    //     },
    //     "history": {
    //       "createdDate": "2014-12-12T23:08:45.947Z"
    //     }
    //   }
    // }

    // Sample code for parsing the JSON response...
    // Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

    // Chilkat functions returning "const char *" return a pointer to temporary internal memory owned and managed by Chilkat.

    const wchar_t *operation = 0;
    const wchar_t *targetType = 0;
    const wchar_t *value = 0;
    const wchar_t *v_expandableValue = 0;
    const wchar_t *UserValue = 0;
    const wchar_t *GroupValue = 0;
    const wchar_t *Operation = 0;
    const wchar_t *TargetType = 0;
    bool anonymousAccess;
    bool unlicensedAccess;

    const wchar_t *v_type = jResp.stringOf(L"type");
    const wchar_t *accountId = jResp.stringOf(L"accountId");
    const wchar_t *accountType = jResp.stringOf(L"accountType");
    const wchar_t *email = jResp.stringOf(L"email");
    const wchar_t *publicName = jResp.stringOf(L"publicName");
    const wchar_t *Path = jResp.stringOf(L"profilePicture.path");
    int Width = jResp.IntOf(L"profilePicture.width");
    int Height = jResp.IntOf(L"profilePicture.height");
    bool IsDefault = jResp.BoolOf(L"profilePicture.isDefault");
    const wchar_t *displayName = jResp.stringOf(L"displayName");
    const wchar_t *Operations = jResp.stringOf(L"_expandable.operations");
    const wchar_t *Details = jResp.stringOf(L"_expandable.details");
    const wchar_t *PersonalSpace = jResp.stringOf(L"_expandable.personalSpace");
    const wchar_t *username = jResp.stringOf(L"username");
    const wchar_t *userKey = jResp.stringOf(L"userKey");
    const wchar_t *Value = jResp.stringOf(L"details.business.value");
    const wchar_t *PersonalValue = jResp.stringOf(L"details.personal.value");
    int Id = jResp.IntOf(L"personalSpace.id");
    const wchar_t *Key = jResp.stringOf(L"personalSpace.key");
    const wchar_t *Name = jResp.stringOf(L"personalSpace.name");
    const wchar_t *v_Type = jResp.stringOf(L"personalSpace.type");
    const wchar_t *Status = jResp.stringOf(L"personalSpace.status");
    const wchar_t *Settings = jResp.stringOf(L"personalSpace._expandable.settings");
    const wchar_t *Metadata = jResp.stringOf(L"personalSpace._expandable.metadata");
    const wchar_t *v_expandableOperations = jResp.stringOf(L"personalSpace._expandable.operations");
    const wchar_t *LookAndFeel = jResp.stringOf(L"personalSpace._expandable.lookAndFeel");
    const wchar_t *Permissions = jResp.stringOf(L"personalSpace._expandable.permissions");
    const wchar_t *Icon = jResp.stringOf(L"personalSpace._expandable.icon");
    const wchar_t *Description = jResp.stringOf(L"personalSpace._expandable.description");
    const wchar_t *Theme = jResp.stringOf(L"personalSpace._expandable.theme");
    const wchar_t *History = jResp.stringOf(L"personalSpace._expandable.history");
    const wchar_t *Homepage = jResp.stringOf(L"personalSpace._expandable.homepage");
    const wchar_t *IconPath = jResp.stringOf(L"personalSpace.icon.path");
    int IconWidth = jResp.IntOf(L"personalSpace.icon.width");
    int IconHeight = jResp.IntOf(L"personalSpace.icon.height");
    bool IconIsDefault = jResp.BoolOf(L"personalSpace.icon.isDefault");
    const wchar_t *PlainValue = jResp.stringOf(L"personalSpace.description.plain.value");
    const wchar_t *Representation = jResp.stringOf(L"personalSpace.description.plain.representation");
    const wchar_t *ViewValue = jResp.stringOf(L"personalSpace.description.view.value");
    const wchar_t *ViewRepresentation = jResp.stringOf(L"personalSpace.description.view.representation");
    const wchar_t *HomepageValue = jResp.stringOf(L"personalSpace.homepage.value");
    int Start = jResp.IntOf(L"personalSpace.metadata.labels.start");
    int Limit = jResp.IntOf(L"personalSpace.metadata.labels.limit");
    int Size = jResp.IntOf(L"personalSpace.metadata.labels.size");
    bool RouteOverrideEnabled = jResp.BoolOf(L"personalSpace.settings.routeOverrideEnabled");
    const wchar_t *Color = jResp.stringOf(L"personalSpace.lookAndFeel.headings.color");
    const wchar_t *LinksColor = jResp.stringOf(L"personalSpace.lookAndFeel.links.color");
    const wchar_t *HoverOrFocusValue = jResp.stringOf(L"personalSpace.lookAndFeel.menus.hoverOrFocus.value");
    const wchar_t *ColorValue = jResp.stringOf(L"personalSpace.lookAndFeel.menus.color.value");
    const wchar_t *BackgroundColorValue = jResp.stringOf(L"personalSpace.lookAndFeel.header.backgroundColor.value");
    const wchar_t *ButtonValue = jResp.stringOf(L"personalSpace.lookAndFeel.header.button.value");
    const wchar_t *PrimaryNavigationValue = jResp.stringOf(L"personalSpace.lookAndFeel.header.primaryNavigation.value");
    const wchar_t *SecondaryNavigationValue = jResp.stringOf(L"personalSpace.lookAndFeel.header.secondaryNavigation.value");
    const wchar_t *SearchValue = jResp.stringOf(L"personalSpace.lookAndFeel.header.search.value");
    const wchar_t *ScreenValue = jResp.stringOf(L"personalSpace.lookAndFeel.content.screen.value");
    const wchar_t *ContainerValue = jResp.stringOf(L"personalSpace.lookAndFeel.content.container.value");
    const wchar_t *HeaderValue = jResp.stringOf(L"personalSpace.lookAndFeel.content.header.value");
    const wchar_t *BodyValue = jResp.stringOf(L"personalSpace.lookAndFeel.content.body.value");
    const wchar_t *BordersAndDividersColor = jResp.stringOf(L"personalSpace.lookAndFeel.bordersAndDividers.color");
    const wchar_t *CreatedDate = jResp.stringOf(L"personalSpace.history.createdDate");
    int i = 0;
    int count_i = jResp.SizeOfArray(L"operations");
    while (i < count_i) {
        jResp.put_I(i);
        operation = jResp.stringOf(L"operations[i].operation");
        targetType = jResp.stringOf(L"operations[i].targetType");
        i = i + 1;
    }

    i = 0;
    count_i = jResp.SizeOfArray(L"personalSpace.description.plain.embeddedContent");
    while (i < count_i) {
        jResp.put_I(i);
        value = jResp.stringOf(L"personalSpace.description.plain.embeddedContent[i].value");
        i = i + 1;
    }

    i = 0;
    count_i = jResp.SizeOfArray(L"personalSpace.description.view.embeddedContent");
    while (i < count_i) {
        jResp.put_I(i);
        value = jResp.stringOf(L"personalSpace.description.view.embeddedContent[i].value");
        i = i + 1;
    }

    i = 0;
    count_i = jResp.SizeOfArray(L"personalSpace.metadata.labels.results");
    while (i < count_i) {
        jResp.put_I(i);
        value = jResp.stringOf(L"personalSpace.metadata.labels.results[i].value");
        i = i + 1;
    }

    i = 0;
    count_i = jResp.SizeOfArray(L"personalSpace.operations");
    while (i < count_i) {
        jResp.put_I(i);
        operation = jResp.stringOf(L"personalSpace.operations[i].operation");
        targetType = jResp.stringOf(L"personalSpace.operations[i].targetType");
        i = i + 1;
    }

    i = 0;
    count_i = jResp.SizeOfArray(L"personalSpace.permissions");
    while (i < count_i) {
        jResp.put_I(i);
        v_expandableValue = jResp.stringOf(L"personalSpace.permissions[i].subjects._expandable.value");
        UserValue = jResp.stringOf(L"personalSpace.permissions[i].subjects.user.value");
        GroupValue = jResp.stringOf(L"personalSpace.permissions[i].subjects.group.value");
        Operation = jResp.stringOf(L"personalSpace.permissions[i].operation.operation");
        TargetType = jResp.stringOf(L"personalSpace.permissions[i].operation.targetType");
        anonymousAccess = jResp.BoolOf(L"personalSpace.permissions[i].anonymousAccess");
        unlicensedAccess = jResp.BoolOf(L"personalSpace.permissions[i].unlicensedAccess");
        i = i + 1;
    }
    }

Curl Command

curl -G -d "expand=%3Cstring%3E"
	-d "expand=%3Cstring%3E"
	-H "Authorization: Bearer <access_token>"
https://your-domain.atlassian.net/wiki/rest/api/user/current

Postman Collection Item JSON

{
  "name": "Get current user",
  "request": {
    "auth": {
      "type": "oauth2"
    },
    "method": "GET",
    "header": [
    ],
    "url": {
      "raw": "{{baseUrl}}/api/user/current?expand=<string>&expand=<string>",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "user",
        "current"
      ],
      "query": [
        {
          "key": "expand",
          "value": "<string>",
          "description": "A multi-value parameter indicating which properties of the user to\nexpand.\n\n  - `operations` returns the operations that the user is allowed to do.\n  - `details.personal` returns the 'Personal' details in the user's profile, like the 'Email' and 'Phone'.\n  Note that these fields have been deprecated due to privacy changes. See the\n  [migration guide](https://developer.atlassian.com/cloud/confluence/deprecation-notice-user-privacy-api-migration-guide/)\n  for details.\n  - `details.business` returns the 'Company' details in the user's profile, like the 'Position' and 'Department'.\n  Note that these fields have been deprecated due to privacy changes. See the\n  [migration guide](https://developer.atlassian.com/cloud/confluence/deprecation-notice-user-privacy-api-migration-guide/)\n  for details.\n  - personalSpace returns the user's personal space, if it exists."
        },
        {
          "key": "expand",
          "value": "<string>",
          "description": "A multi-value parameter indicating which properties of the user to\nexpand.\n\n  - `operations` returns the operations that the user is allowed to do.\n  - `details.personal` returns the 'Personal' details in the user's profile, like the 'Email' and 'Phone'.\n  Note that these fields have been deprecated due to privacy changes. See the\n  [migration guide](https://developer.atlassian.com/cloud/confluence/deprecation-notice-user-privacy-api-migration-guide/)\n  for details.\n  - `details.business` returns the 'Company' details in the user's profile, like the 'Position' and 'Department'.\n  Note that these fields have been deprecated due to privacy changes. See the\n  [migration guide](https://developer.atlassian.com/cloud/confluence/deprecation-notice-user-privacy-api-migration-guide/)\n  for details.\n  - personalSpace returns the user's personal space, if it exists."
        }
      ]
    },
    "description": "Returns the currently logged-in user. This includes information about\nthe user, like the display name, userKey, account ID, profile picture,\nand more.\n\n**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:\nPermission to access the Confluence site ('Can use' global permission)."
  },
  "response": [
    {
      "name": "Returned if the current user is returned.",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": {
              "content": "Added as a part of security scheme: oauth2",
              "type": "text/plain"
            },
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/user/current?expand=<string>&expand=<string>",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "user",
            "current"
          ],
          "query": [
            {
              "key": "expand",
              "value": "<string>"
            },
            {
              "key": "expand",
              "value": "<string>"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"type\": \"unknown\",\n \"accountId\": \"sit consectetur\",\n \"accountType\": \"atlassian\",\n \"email\": \"do\",\n \"publicName\": \"et nostrud mollit id\",\n \"profilePicture\": {\n  \"path\": \"eiusmod Excepteur\",\n  \"width\": 61811707,\n  \"height\": -27758421,\n  \"isDefault\": true\n },\n \"displayName\": \"eiusmod pariatur aliqua cupidatat\",\n \"_expandable\": {\n  \"operations\": \"officia nu\",\n  \"details\": \"exercitation ipsum elit tempor laborum\",\n  \"personalSpace\": \"exercitation re\"\n },\n \"_links\": {},\n \"username\": \"sed velit Ut\",\n \"userKey\": \"labore anim\",\n \"operations\": [\n  {\n   \"operation\": \"use\",\n   \"targetType\": \"application\"\n  },\n  {\n   \"operation\": \"restore\",\n   \"targetType\": \"space\"\n  }\n ],\n \"details\": {\n  \"business\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"personal\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n },\n \"personalSpace\": {\n  \"id\": -69293677,\n  \"key\": \"minim\",\n  \"name\": \"adipisicing minim nulla nisi consequat\",\n  \"type\": \"reprehenderit\",\n  \"status\": \"amet officia pariatur sed\",\n  \"_expandable\": {\n   \"settings\": \"deserunt dolore velit laborum\",\n   \"metadata\": \"ullamco quis non sunt\",\n   \"operations\": \"qui aliquip\",\n   \"lookAndFeel\": \"eiusmod cillum ex\",\n   \"permissions\": \"in ullamco\",\n   \"icon\": \"veniam quis\",\n   \"description\": \"officia adip\",\n   \"theme\": \"ea nisi\",\n   \"history\": \"aliquip est irure\",\n   \"homepage\": \"aliqua est deserunt\"\n  },\n  \"_links\": {},\n  \"icon\": {\n   \"path\": \"adipisicing sed officia\",\n   \"width\": 33631448,\n   \"height\": -10767970,\n   \"isDefault\": true\n  },\n  \"description\": {\n   \"plain\": {\n    \"value\": \"cupidatat nulla\",\n    \"representation\": \"view\",\n    \"embeddedContent\": [\n     {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     }\n    ]\n   },\n   \"view\": {\n    \"value\": \"magna aliquip ea\",\n    \"representation\": \"plain\",\n    \"embeddedContent\": [\n     {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     }\n    ]\n   }\n  },\n  \"homepage\": {\n   \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n  },\n  \"metadata\": {\n   \"labels\": {\n    \"results\": [\n     {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     }\n    ],\n    \"start\": 58105433,\n    \"limit\": 10735114,\n    \"size\": -29792214,\n    \"_links\": {}\n   }\n  },\n  \"operations\": [\n   {\n    \"operation\": \"delete\",\n    \"targetType\": \"blogpost\"\n   },\n   {\n    \"operation\": \"restore\",\n    \"targetType\": \"blogpost\"\n   }\n  ],\n  \"permissions\": [\n   {\n    \"subjects\": {\n     \"_expandable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"user\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"group\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     }\n    },\n    \"operation\": {\n     \"operation\": \"create\",\n     \"targetType\": \"page\"\n    },\n    \"anonymousAccess\": false,\n    \"unlicensedAccess\": false\n   },\n   {\n    \"subjects\": {\n     \"_expandable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"user\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"group\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     }\n    },\n    \"operation\": {\n     \"operation\": \"restore\",\n     \"targetType\": \"blogpost\"\n    },\n    \"anonymousAccess\": false,\n    \"unlicensedAccess\": false\n   }\n  ],\n  \"settings\": {\n   \"routeOverrideEnabled\": false,\n   \"_links\": {}\n  },\n  \"theme\": {},\n  \"lookAndFeel\": {\n   \"headings\": {\n    \"color\": \"<string>\"\n   },\n   \"links\": {\n    \"color\": \"<string>\"\n   },\n   \"menus\": {\n    \"hoverOrFocus\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"color\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n   },\n   \"header\": {\n    \"backgroundColor\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"button\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"primaryNavigation\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"secondaryNavigation\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"search\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n   },\n   \"content\": {\n    \"screen\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"container\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"header\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n   },\n   \"bordersAndDividers\": {\n    \"color\": \"<string>\"\n   }\n  },\n  \"history\": {\n   \"createdDate\": \"2014-12-12T23:08:45.947Z\"\n  }\n }\n}"
    },
    {
      "name": "Returned if the calling user does not have permission to use\nConfluence.",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": {
              "content": "Added as a part of security scheme: oauth2",
              "type": "text/plain"
            },
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/user/current?expand=<string>&expand=<string>",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "user",
            "current"
          ],
          "query": [
            {
              "key": "expand",
              "value": "<string>"
            },
            {
              "key": "expand",
              "value": "<string>"
            }
          ]
        }
      },
      "status": "Forbidden",
      "code": 403,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    }
  ]
}