Back to Collection Items
void ChilkatSample(void)
{
queryParams.UpdateString(L"accountId",L"<string>"); queryParams.UpdateString(L"expand",L"<string>"); queryParams.UpdateString(L"expand",L"<string>"); queryParams.UpdateString(L"limit",L"<integer>"); http.put_AuthToken(L"<access_token>"); success = http.HttpParams(L"GET",L"https://your-domain.atlassian.net/wiki/rest/api/user/bulk",queryParams,resp); resp.GetBodySb(sbResponseBody); jResp.LoadSb(sbResponseBody); jResp.put_EmitCompact(false); jResp.put_I(i); v_type = jResp.stringOf(L"results[i].type"); accountId = jResp.stringOf(L"results[i].accountId"); accountType = jResp.stringOf(L"results[i].accountType"); email = jResp.stringOf(L"results[i].email"); publicName = jResp.stringOf(L"results[i].publicName"); Path = jResp.stringOf(L"results[i].profilePicture.path"); Width = jResp.IntOf(L"results[i].profilePicture.width"); Height = jResp.IntOf(L"results[i].profilePicture.height"); IsDefault = jResp.BoolOf(L"results[i].profilePicture.isDefault"); displayName = jResp.stringOf(L"results[i].displayName"); Operations = jResp.stringOf(L"results[i]._expandable.operations"); Details = jResp.stringOf(L"results[i]._expandable.details"); PersonalSpace = jResp.stringOf(L"results[i]._expandable.personalSpace"); username = jResp.stringOf(L"results[i].username"); userKey = jResp.stringOf(L"results[i].userKey"); Value = jResp.stringOf(L"results[i].details.business.value"); PersonalValue = jResp.stringOf(L"results[i].details.personal.value"); Id = jResp.IntOf(L"results[i].personalSpace.id"); Key = jResp.stringOf(L"results[i].personalSpace.key"); Name = jResp.stringOf(L"results[i].personalSpace.name"); v_Type = jResp.stringOf(L"results[i].personalSpace.type"); Status = jResp.stringOf(L"results[i].personalSpace.status"); Settings = jResp.stringOf(L"results[i].personalSpace._expandable.settings"); Metadata = jResp.stringOf(L"results[i].personalSpace._expandable.metadata"); v_expandableOperations = jResp.stringOf(L"results[i].personalSpace._expandable.operations"); LookAndFeel = jResp.stringOf(L"results[i].personalSpace._expandable.lookAndFeel"); Permissions = jResp.stringOf(L"results[i].personalSpace._expandable.permissions"); Icon = jResp.stringOf(L"results[i].personalSpace._expandable.icon"); Description = jResp.stringOf(L"results[i].personalSpace._expandable.description"); Theme = jResp.stringOf(L"results[i].personalSpace._expandable.theme"); History = jResp.stringOf(L"results[i].personalSpace._expandable.history"); Homepage = jResp.stringOf(L"results[i].personalSpace._expandable.homepage"); IconPath = jResp.stringOf(L"results[i].personalSpace.icon.path"); IconWidth = jResp.IntOf(L"results[i].personalSpace.icon.width"); IconHeight = jResp.IntOf(L"results[i].personalSpace.icon.height"); IconIsDefault = jResp.BoolOf(L"results[i].personalSpace.icon.isDefault"); PlainValue = jResp.stringOf(L"results[i].personalSpace.description.plain.value"); Representation = jResp.stringOf(L"results[i].personalSpace.description.plain.representation"); ViewValue = jResp.stringOf(L"results[i].personalSpace.description.view.value"); ViewRepresentation = jResp.stringOf(L"results[i].personalSpace.description.view.representation"); HomepageValue = jResp.stringOf(L"results[i].personalSpace.homepage.value"); Start = jResp.IntOf(L"results[i].personalSpace.metadata.labels.start"); Limit = jResp.IntOf(L"results[i].personalSpace.metadata.labels.limit"); Size = jResp.IntOf(L"results[i].personalSpace.metadata.labels.size"); RouteOverrideEnabled = jResp.BoolOf(L"results[i].personalSpace.settings.routeOverrideEnabled"); Color = jResp.stringOf(L"results[i].personalSpace.lookAndFeel.headings.color"); LinksColor = jResp.stringOf(L"results[i].personalSpace.lookAndFeel.links.color"); HoverOrFocusValue = jResp.stringOf(L"results[i].personalSpace.lookAndFeel.menus.hoverOrFocus.value"); ColorValue = jResp.stringOf(L"results[i].personalSpace.lookAndFeel.menus.color.value"); BackgroundColorValue = jResp.stringOf(L"results[i].personalSpace.lookAndFeel.header.backgroundColor.value"); ButtonValue = jResp.stringOf(L"results[i].personalSpace.lookAndFeel.header.button.value"); PrimaryNavigationValue = jResp.stringOf(L"results[i].personalSpace.lookAndFeel.header.primaryNavigation.value"); SecondaryNavigationValue = jResp.stringOf(L"results[i].personalSpace.lookAndFeel.header.secondaryNavigation.value"); SearchValue = jResp.stringOf(L"results[i].personalSpace.lookAndFeel.header.search.value"); ScreenValue = jResp.stringOf(L"results[i].personalSpace.lookAndFeel.content.screen.value"); ContainerValue = jResp.stringOf(L"results[i].personalSpace.lookAndFeel.content.container.value"); HeaderValue = jResp.stringOf(L"results[i].personalSpace.lookAndFeel.content.header.value"); BodyValue = jResp.stringOf(L"results[i].personalSpace.lookAndFeel.content.body.value"); BordersAndDividersColor = jResp.stringOf(L"results[i].personalSpace.lookAndFeel.bordersAndDividers.color"); CreatedDate = jResp.stringOf(L"results[i].personalSpace.history.createdDate"); j = 0; count_j = jResp.SizeOfArray(L"results[i].operations"); jResp.put_J(j); operation = jResp.stringOf(L"results[i].operations[j].operation"); targetType = jResp.stringOf(L"results[i].operations[j].targetType"); j = j + 1; j = 0; count_j = jResp.SizeOfArray(L"results[i].personalSpace.description.plain.embeddedContent"); jResp.put_J(j); value = jResp.stringOf(L"results[i].personalSpace.description.plain.embeddedContent[j].value"); j = j + 1; j = 0; count_j = jResp.SizeOfArray(L"results[i].personalSpace.description.view.embeddedContent"); jResp.put_J(j); value = jResp.stringOf(L"results[i].personalSpace.description.view.embeddedContent[j].value"); j = j + 1; j = 0; count_j = jResp.SizeOfArray(L"results[i].personalSpace.metadata.labels.results"); jResp.put_J(j); value = jResp.stringOf(L"results[i].personalSpace.metadata.labels.results[j].value"); j = j + 1; j = 0; count_j = jResp.SizeOfArray(L"results[i].personalSpace.operations"); jResp.put_J(j); operation = jResp.stringOf(L"results[i].personalSpace.operations[j].operation"); targetType = jResp.stringOf(L"results[i].personalSpace.operations[j].targetType"); j = j + 1; j = 0; count_j = jResp.SizeOfArray(L"results[i].personalSpace.permissions"); jResp.put_J(j); v_expandableValue = jResp.stringOf(L"results[i].personalSpace.permissions[j].subjects._expandable.value"); UserValue = jResp.stringOf(L"results[i].personalSpace.permissions[j].subjects.user.value"); GroupValue = jResp.stringOf(L"results[i].personalSpace.permissions[j].subjects.group.value"); Operation = jResp.stringOf(L"results[i].personalSpace.permissions[j].operation.operation"); TargetType = jResp.stringOf(L"results[i].personalSpace.permissions[j].operation.targetType"); anonymousAccess = jResp.BoolOf(L"results[i].personalSpace.permissions[j].anonymousAccess"); unlicensedAccess = jResp.BoolOf(L"results[i].personalSpace.permissions[j].unlicensedAccess"); j = j + 1; i = i + 1;
}
Curl Command
curl -G -d "accountId=%3Cstring%3E"
-d "expand=%3Cstring%3E"
-d "expand=%3Cstring%3E"
-d "limit=%3Cinteger%3E"
-H "Authorization: Bearer <access_token>"
https://your-domain.atlassian.net/wiki/rest/api/user/bulk
Postman Collection Item JSON
{
"name": "Get multiple users using ids",
"request": {
"auth": {
"type": "oauth2"
},
"method": "GET",
"header": [
],
"url": {
"raw": "{{baseUrl}}/api/user/bulk?accountId=<string>&expand=<string>&expand=<string>&limit=<integer>",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"user",
"bulk"
],
"query": [
{
"key": "accountId",
"value": "<string>",
"description": "(Required) A list of accountId's of users to be returned."
},
{
"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."
},
{
"key": "limit",
"value": "<integer>",
"description": "The maximum number of results returned.\nCurrently API returns 200 results max.\nIf more that 200 ids are passed first 200 will be returned."
}
]
},
"description": "Returns user details for the ids provided in request.\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 list of users 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/bulk?accountId=<string>&expand=<string>&expand=<string>&limit=<integer>",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"user",
"bulk"
],
"query": [
{
"key": "accountId",
"value": "<string>"
},
{
"key": "expand",
"value": "<string>"
},
{
"key": "expand",
"value": "<string>"
},
{
"key": "limit",
"value": "<integer>"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"results\": [\n {\n \"type\": \"user\",\n \"accountId\": \"elit est ullamco in officia\",\n \"accountType\": \"exercitation fugiat labo\",\n \"email\": \"Excepteur in cillum officia\",\n \"publicName\": \"ullamco occaecat\",\n \"profilePicture\": {\n \"path\": \"cupidatat dolore et labore ad\",\n \"width\": -99848841,\n \"height\": 55035562,\n \"isDefault\": true\n },\n \"displayName\": \"amet\",\n \"_expandable\": {\n \"operations\": \"labore ut Duis id culpa\",\n \"details\": \"in irure voluptate Duis magna\",\n \"personalSpace\": \"n\"\n },\n \"_links\": {},\n \"username\": \"est sunt dolor nostrud\",\n \"userKey\": \"labo\",\n \"operations\": [\n {\n \"operation\": \"update\",\n \"targetType\": \"attachment\"\n },\n {\n \"operation\": \"administer\",\n \"targetType\": \"attachment\"\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\": -93610124,\n \"key\": \"in eiusmod\",\n \"name\": \"ut minim Excepteur\",\n \"type\": \"sunt qui amet\",\n \"status\": \"null\",\n \"_expandable\": {\n \"settings\": \"pariatur deserunt anim\",\n \"metadata\": \"anim occaecat aliqua\",\n \"operations\": \"aute nostrud in\",\n \"lookAndFeel\": \"est irure aute labore\",\n \"permissions\": \"in cupidatat qui\",\n \"icon\": \"voluptate Duis\",\n \"description\": \"culpa veniam Lorem velit\",\n \"theme\": \"consequat sunt reprehenderit\",\n \"history\": \"ex officia veniam sit do\",\n \"homepage\": \"dolore dolore\"\n },\n \"_links\": {},\n \"icon\": {\n \"path\": \"dolore Lorem magna sunt\",\n \"width\": 3933679,\n \"height\": -17426468,\n \"isDefault\": false\n },\n \"description\": {\n \"plain\": {\n \"value\": \"consequat consectetur laborum labore occaecat\",\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\": \"Duis reprehenderit anim ut\",\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 },\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\": 23981894,\n \"limit\": -68365223,\n \"size\": -97521792,\n \"_links\": {}\n }\n },\n \"operations\": [\n {\n \"operation\": \"administer\",\n \"targetType\": \"blogpost\"\n },\n {\n \"operation\": \"delete\",\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\": \"read\",\n \"targetType\": \"space\"\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\": true,\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\": \"2004-03-14T14:56:20.738Z\"\n }\n }\n },\n {\n \"type\": \"user\",\n \"accountId\": \"aliquip ex aute occaecat minim\",\n \"accountType\": \"cupidatat dolore\",\n \"email\": \"tempor non\",\n \"publicName\": \"Lorem\",\n \"profilePicture\": {\n \"path\": \"fugiat ex sit sunt\",\n \"width\": 86996840,\n \"height\": -45552232,\n \"isDefault\": false\n },\n \"displayName\": \"eu qui mollit\",\n \"_expandable\": {\n \"operations\": \"laborum dolor magna adipisicing\",\n \"details\": \"culpa quis a\",\n \"personalSpace\": \"id in\"\n },\n \"_links\": {},\n \"username\": \"proident minim et ipsum\",\n \"userKey\": \"est conseq\",\n \"operations\": [\n {\n \"operation\": \"copy\",\n \"targetType\": \"comment\"\n },\n {\n \"operation\": \"purge_version\",\n \"targetType\": \"application\"\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\": -77236660,\n \"key\": \"mollit\",\n \"name\": \"mollit reprehenderit\",\n \"type\": \"ipsum eu\",\n \"status\": \"id magna esse\",\n \"_expandable\": {\n \"settings\": \"Lorem cupidatat fugiat id\",\n \"metadata\": \"ut non\",\n \"operations\": \"m\",\n \"lookAndFeel\": \"elit \",\n \"permissions\": \"proident labore\",\n \"icon\": \"ut fugiat esse do\",\n \"description\": \"sunt\",\n \"theme\": \"ea consequat aliqua\",\n \"history\": \"ullamco culpa\",\n \"homepage\": \"eu esse ut amet\"\n },\n \"_links\": {},\n \"icon\": {\n \"path\": \"laborum magna Dui\",\n \"width\": -87940522,\n \"height\": -74576861,\n \"isDefault\": true\n },\n \"description\": {\n \"plain\": {\n \"value\": \"adipisicing proident magna 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\": \"quis enim ex adipisicing\",\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\": 12150462,\n \"limit\": -13231996,\n \"size\": -79881326,\n \"_links\": {}\n }\n },\n \"operations\": [\n {\n \"operation\": \"create\",\n \"targetType\": \"page\"\n },\n {\n \"operation\": \"update\",\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\": \"purge\",\n \"targetType\": \"attachment\"\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\": \"delete\",\n \"targetType\": \"application\"\n },\n \"anonymousAccess\": false,\n \"unlicensedAccess\": false\n }\n ],\n \"settings\": {\n \"routeOverrideEnabled\": true,\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\": \"1965-11-18T11:33:14.736Z\"\n }\n }\n }\n ],\n \"start\": -77819495,\n \"limit\": -88196390,\n \"size\": -80415169,\n \"_links\": {}\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/bulk?accountId=<string>&expand=<string>&expand=<string>&limit=<integer>",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"user",
"bulk"
],
"query": [
{
"key": "accountId",
"value": "<string>"
},
{
"key": "expand",
"value": "<string>"
},
{
"key": "expand",
"value": "<string>"
},
{
"key": "limit",
"value": "<integer>"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [
],
"body": ""
}
]
}