{ "info": { "_postman_id": "f2ded8e4-41f1-42cc-a1d9-625ca3cfe15d", "name": "Planview AgilePlace API (LeanKit) v2 account user API", "description": "RESTful API for Planview AgilePlace (formerly LeanKit) Kanban boards, cards, lanes, connections, automations, teams, and planning increments. All requests use HTTPS against https://.leankit.com/io/. Data is sent and received as JSON. Transcribed from the published Planview AgilePlace API reference \u2014 no endpoints invented.\n\nContact Support:\n Name: Planview AgilePlace Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "lastUpdatedBy": "35240", "uid": "35240-f2ded8e4-41f1-42cc-a1d9-625ca3cfe15d" }, "item": [ { "name": "user", "item": [ { "name": "me", "item": [ { "name": "board", "item": [ { "name": "recent", "item": [ { "name": "Returns a list of the requesting user's favorite and most recently accessed boards", "id": "6fbe36ea-1613-45c1-931d-978098dc25d9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/user/me/board/recent", "host": [ "{{baseUrl}}" ], "path": [ "user", "me", "board", "recent" ] }, "description": "Returns a list of the requesting user's favorite and most recently accessed boards. It will return alphabetically-sorted favorite boards first and then recently accessed boards ordered by access date. The list will have a maximum of 10 results. Example Request" }, "response": [ { "id": "92001693-69fc-478e-8219-4552c0116154", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me/board/recent", "host": [ "{{baseUrl}}" ], "path": [ "user", "me", "board", "recent" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-92001693-69fc-478e-8219-4552c0116154" }, { "id": "1925a476-f040-4d82-b971-61e095251262", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me/board/recent", "host": [ "{{baseUrl}}" ], "path": [ "user", "me", "board", "recent" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-1925a476-f040-4d82-b971-61e095251262" }, { "id": "f1e67f2c-eca1-4369-a115-ab28d1468d7c", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me/board/recent", "host": [ "{{baseUrl}}" ], "path": [ "user", "me", "board", "recent" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-f1e67f2c-eca1-4369-a115-ab28d1468d7c" }, { "id": "8b9e8dd8-fb65-4017-bdfa-b2afa232b642", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me/board/recent", "host": [ "{{baseUrl}}" ], "path": [ "user", "me", "board", "recent" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-8b9e8dd8-fb65-4017-bdfa-b2afa232b642" }, { "id": "f6f1f899-6474-4a16-a674-936149de08d3", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me/board/recent", "host": [ "{{baseUrl}}" ], "path": [ "user", "me", "board", "recent" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-f6f1f899-6474-4a16-a674-936149de08d3" }, { "id": "aa360fa6-6d47-451a-956a-e35ddaa78fde", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me/board/recent", "host": [ "{{baseUrl}}" ], "path": [ "user", "me", "board", "recent" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-aa360fa6-6d47-451a-956a-e35ddaa78fde" }, { "id": "0a51298f-aa80-476a-b721-b01af3938513", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me/board/recent", "host": [ "{{baseUrl}}" ], "path": [ "user", "me", "board", "recent" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-0a51298f-aa80-476a-b721-b01af3938513" } ], "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-6fbe36ea-1613-45c1-931d-978098dc25d9" } ], "id": "ddcc04f4-9886-42b6-b7d2-18a62334e414", "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-ddcc04f4-9886-42b6-b7d2-18a62334e414" } ], "id": "f0595927-2878-49db-8982-ca7319af2df2", "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-f0595927-2878-49db-8982-ca7319af2df2" }, { "name": "card", "item": [ { "name": "Returns cards to which that the requesting user is either assigned or subscribed", "id": "aa8ee536-c9f6-4cc7-b802-5d33851a8187", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/user/me/card", "host": [ "{{baseUrl}}" ], "path": [ "user", "me", "card" ] }, "description": "Returns cards to which that the requesting user is either assigned or subscribed. Example Request" }, "response": [ { "id": "e95afccc-d8ce-42ce-a1c5-36f02b2e29f9", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me/card", "host": [ "{{baseUrl}}" ], "path": [ "user", "me", "card" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-e95afccc-d8ce-42ce-a1c5-36f02b2e29f9" }, { "id": "8420f052-3f70-41ed-aa00-26e0be81edd2", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me/card", "host": [ "{{baseUrl}}" ], "path": [ "user", "me", "card" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-8420f052-3f70-41ed-aa00-26e0be81edd2" }, { "id": "73a88272-4d53-4791-9af6-3bebd82aeae0", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me/card", "host": [ "{{baseUrl}}" ], "path": [ "user", "me", "card" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-73a88272-4d53-4791-9af6-3bebd82aeae0" }, { "id": "110e5823-2eb1-4feb-9b94-0e30ebed1cca", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me/card", "host": [ "{{baseUrl}}" ], "path": [ "user", "me", "card" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-110e5823-2eb1-4feb-9b94-0e30ebed1cca" }, { "id": "29378eb1-a56e-4e15-a1de-80129432983d", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me/card", "host": [ "{{baseUrl}}" ], "path": [ "user", "me", "card" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-29378eb1-a56e-4e15-a1de-80129432983d" }, { "id": "6935faf2-363f-4a40-99ac-a2f5ea0388cf", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me/card", "host": [ "{{baseUrl}}" ], "path": [ "user", "me", "card" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-6935faf2-363f-4a40-99ac-a2f5ea0388cf" }, { "id": "ad6ac24c-3d95-44f5-9fe9-25883dd76b88", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me/card", "host": [ "{{baseUrl}}" ], "path": [ "user", "me", "card" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-ad6ac24c-3d95-44f5-9fe9-25883dd76b88" } ], "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-aa8ee536-c9f6-4cc7-b802-5d33851a8187" } ], "id": "a34b99ea-d699-4fa0-8338-bde832d4aaa0", "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-a34b99ea-d699-4fa0-8338-bde832d4aaa0" }, { "name": "Returns data for the requesting user", "id": "2bea499a-4324-4b49-8395-f732ac96c16c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/user/me", "host": [ "{{baseUrl}}" ], "path": [ "user", "me" ] }, "description": "Returns data for the requesting user. Example Request" }, "response": [ { "id": "769351a5-9fc4-4b13-bab1-ae553d750263", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me", "host": [ "{{baseUrl}}" ], "path": [ "user", "me" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-769351a5-9fc4-4b13-bab1-ae553d750263" }, { "id": "ad9c646e-6033-4f1a-85b4-06418ad3485b", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me", "host": [ "{{baseUrl}}" ], "path": [ "user", "me" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-ad9c646e-6033-4f1a-85b4-06418ad3485b" }, { "id": "275ae9c8-e595-4fa9-8197-14458571a8fd", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me", "host": [ "{{baseUrl}}" ], "path": [ "user", "me" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-275ae9c8-e595-4fa9-8197-14458571a8fd" }, { "id": "4f1fe751-8919-4320-b6b8-d0030137ee57", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me", "host": [ "{{baseUrl}}" ], "path": [ "user", "me" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-4f1fe751-8919-4320-b6b8-d0030137ee57" }, { "id": "b99417fb-36ad-441f-a58d-3f8ca8a37809", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me", "host": [ "{{baseUrl}}" ], "path": [ "user", "me" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-b99417fb-36ad-441f-a58d-3f8ca8a37809" }, { "id": "9ecfeaa0-c036-4d9b-8b12-3388aa5a3f97", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me", "host": [ "{{baseUrl}}" ], "path": [ "user", "me" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-9ecfeaa0-c036-4d9b-8b12-3388aa5a3f97" }, { "id": "a9b2c075-d611-496e-90e9-1dccc31b63b5", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/me", "host": [ "{{baseUrl}}" ], "path": [ "user", "me" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-a9b2c075-d611-496e-90e9-1dccc31b63b5" } ], "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-2bea499a-4324-4b49-8395-f732ac96c16c" }, { "name": "Update the requesting user", "id": "57c4ebad-25e8-4a39-840d-fe2ffaa716b2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/me", "host": [ "{{baseUrl}}" ], "path": [ "user", "me" ] }, "description": "Update the requesting user. Request Properties" }, "response": [ { "id": "45e10598-839d-4a4a-b9ea-a5d647a055b8", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/me", "host": [ "{{baseUrl}}" ], "path": [ "user", "me" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-45e10598-839d-4a4a-b9ea-a5d647a055b8" }, { "id": "52a7e1fb-7228-46e3-9cc9-62569992be45", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/me", "host": [ "{{baseUrl}}" ], "path": [ "user", "me" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-52a7e1fb-7228-46e3-9cc9-62569992be45" }, { "id": "ef07688a-a2d4-4090-9b56-5ec15ff5a238", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/me", "host": [ "{{baseUrl}}" ], "path": [ "user", "me" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-ef07688a-a2d4-4090-9b56-5ec15ff5a238" }, { "id": "9d112da1-b517-4cc1-a6eb-2f794c2e361f", "name": "Not found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/me", "host": [ "{{baseUrl}}" ], "path": [ "user", "me" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-9d112da1-b517-4cc1-a6eb-2f794c2e361f" }, { "id": "a640446e-c552-48eb-adf7-2d8c91186b14", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/me", "host": [ "{{baseUrl}}" ], "path": [ "user", "me" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-a640446e-c552-48eb-adf7-2d8c91186b14" }, { "id": "cf73518a-d501-4f11-9ec0-8a7231fcb3df", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/me", "host": [ "{{baseUrl}}" ], "path": [ "user", "me" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-cf73518a-d501-4f11-9ec0-8a7231fcb3df" }, { "id": "6fc99923-ea8a-4542-9c7a-a651ded21d1d", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/me", "host": [ "{{baseUrl}}" ], "path": [ "user", "me" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-6fc99923-ea8a-4542-9c7a-a651ded21d1d" } ], "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-57c4ebad-25e8-4a39-840d-fe2ffaa716b2" } ], "id": "97838243-71c6-4daf-8245-3fbb3c5faff0", "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-97838243-71c6-4daf-8245-3fbb3c5faff0" }, { "name": "{userId}", "item": [ { "name": "password", "item": [ { "name": "Change a user's password", "id": "5534ebe2-e2a0-4f8c-9c43-3350072a62e8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/:userId/password", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId", "password" ], "variable": [ { "id": "612c3f27-7ffe-4a64-be4a-7cf8ef1d842d", "key": "userId", "value": "", "description": "(Required) userId identifier" } ] }, "description": "Change a user's password. Requires account administrator access." }, "response": [ { "id": "3d42a3a6-3abd-42be-8049-6cca1e4a77e0", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/:userId/password", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId", "password" ], "variable": [ { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-3d42a3a6-3abd-42be-8049-6cca1e4a77e0" }, { "id": "76cb2299-7613-4584-bd04-3636a3612491", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/:userId/password", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId", "password" ], "variable": [ { "key": "userId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-76cb2299-7613-4584-bd04-3636a3612491" }, { "id": "da77bd82-0192-4589-844e-f5408bdd9d5a", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/:userId/password", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId", "password" ], "variable": [ { "key": "userId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-da77bd82-0192-4589-844e-f5408bdd9d5a" }, { "id": "8a35906e-180e-444d-86f4-fc7bae8917b7", "name": "Not found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/:userId/password", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId", "password" ], "variable": [ { "key": "userId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-8a35906e-180e-444d-86f4-fc7bae8917b7" }, { "id": "859f290a-59eb-41fa-b23c-14ee4492b3af", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/:userId/password", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId", "password" ], "variable": [ { "key": "userId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-859f290a-59eb-41fa-b23c-14ee4492b3af" }, { "id": "4244acc1-f277-450f-b8f6-917ac25dd5ba", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/:userId/password", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId", "password" ], "variable": [ { "key": "userId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-4244acc1-f277-450f-b8f6-917ac25dd5ba" }, { "id": "cae88490-f225-48e4-b690-69073df44c36", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/:userId/password", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId", "password" ], "variable": [ { "key": "userId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-cae88490-f225-48e4-b690-69073df44c36" } ], "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-5534ebe2-e2a0-4f8c-9c43-3350072a62e8" } ], "id": "4446f852-2125-4006-bb0d-5d82c89169d1", "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-4446f852-2125-4006-bb0d-5d82c89169d1" }, { "name": "Delete a user", "id": "ed844567-f5a1-4cbc-a70e-138db42dec38", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "id": "ddf7f5e3-031b-477b-97c9-2eee78b0e3ee", "key": "userId", "value": "", "description": "(Required) userId identifier" } ] }, "description": "Delete a user. Requires account administrator access." }, "response": [ { "id": "e80e648a-a0e8-4d40-9e48-98d3b61a9c01", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-e80e648a-a0e8-4d40-9e48-98d3b61a9c01" }, { "id": "f4fb5cfe-619d-41c1-bf6d-418b4e7ccfec", "name": "Deleted", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-f4fb5cfe-619d-41c1-bf6d-418b4e7ccfec" }, { "id": "e528b76f-0938-493b-91b9-219d7d41b395", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-e528b76f-0938-493b-91b9-219d7d41b395" }, { "id": "849a15af-04c2-4564-8f72-9c5d4c888c16", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-849a15af-04c2-4564-8f72-9c5d4c888c16" }, { "id": "860d356d-487b-4928-93df-e0375d81ca3e", "name": "Not found", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-860d356d-487b-4928-93df-e0375d81ca3e" }, { "id": "b2ebbb2b-394e-4edc-b152-c68bda54c691", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-b2ebbb2b-394e-4edc-b152-c68bda54c691" }, { "id": "f70cd555-7b4b-4de0-b538-e67cd82bd30c", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-f70cd555-7b4b-4de0-b538-e67cd82bd30c" }, { "id": "111b795f-ce2c-4fc1-934f-8bf09e321c39", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-111b795f-ce2c-4fc1-934f-8bf09e321c39" } ], "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-ed844567-f5a1-4cbc-a70e-138db42dec38" }, { "name": "Returns data for a single user", "id": "30e02fa8-6c90-4185-8595-48876a9c4066", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "id": "bd191dec-b08f-4e1a-bcb9-0e0630454491", "key": "userId", "value": "", "description": "(Required) userId identifier" } ] }, "description": "Returns data for a single user. Requires account administrator access." }, "response": [ { "id": "3d9700da-103f-4cdb-b4e3-ac8e78074722", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-3d9700da-103f-4cdb-b4e3-ac8e78074722" }, { "id": "eeccbd70-e7d6-4f64-a239-96e3c7236885", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-eeccbd70-e7d6-4f64-a239-96e3c7236885" }, { "id": "36ae725a-30a5-46ca-b9bf-94d3b8943667", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-36ae725a-30a5-46ca-b9bf-94d3b8943667" }, { "id": "6cead6c1-2a93-4a3c-ba32-222a9832e317", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-6cead6c1-2a93-4a3c-ba32-222a9832e317" }, { "id": "93d49113-da20-4523-8271-b80f39854c49", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-93d49113-da20-4523-8271-b80f39854c49" }, { "id": "98076b50-1c1e-45d1-a01b-bf6bcd51d43b", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-98076b50-1c1e-45d1-a01b-bf6bcd51d43b" }, { "id": "23e8b92d-5002-49b2-920e-6575316cccb2", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-23e8b92d-5002-49b2-920e-6575316cccb2" } ], "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-30e02fa8-6c90-4185-8595-48876a9c4066" }, { "name": "Update an existing user", "id": "74a5bce3-e7f9-4342-a29f-9a159c9859f1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "id": "f44cdd69-eece-456d-823e-c04b9a06922c", "key": "userId", "value": "", "description": "(Required) userId identifier" } ] }, "description": "Update an existing user. Requires account administrator access." }, "response": [ { "id": "0dcdf7ca-b21f-451a-ab2c-7b78250eceba", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-0dcdf7ca-b21f-451a-ab2c-7b78250eceba" }, { "id": "c1ba008e-49f2-4af2-bde6-93f3d7fadb1d", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-c1ba008e-49f2-4af2-bde6-93f3d7fadb1d" }, { "id": "f65f78c1-97f8-4f7a-ac09-30e64c962882", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-f65f78c1-97f8-4f7a-ac09-30e64c962882" }, { "id": "a0082e85-0f02-4be0-965c-5573c7b9c3ba", "name": "Not found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-a0082e85-0f02-4be0-965c-5573c7b9c3ba" }, { "id": "9050accb-6eec-4f05-ae3b-d9de5e799d36", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-9050accb-6eec-4f05-ae3b-d9de5e799d36" }, { "id": "e9d16d71-b9d7-482e-83b8-42fb17a862e6", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-e9d16d71-b9d7-482e-83b8-42fb17a862e6" }, { "id": "b0cbc4b9-178b-4428-b54a-8dc3442f8ea6", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-b0cbc4b9-178b-4428-b54a-8dc3442f8ea6" } ], "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-74a5bce3-e7f9-4342-a29f-9a159c9859f1" } ], "id": "a641bab1-a125-493d-9415-edc5b05136c8", "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-a641bab1-a125-493d-9415-edc5b05136c8" }, { "name": "Creates a new user", "id": "c4dc888e-ab8b-4e5b-97e2-1fee57bf9220", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user", "host": [ "{{baseUrl}}" ], "path": [ "user" ] }, "description": "Creates a new user. Requires account administrator access." }, "response": [ { "id": "b661b195-0fd6-45bc-9a22-0edf9ac43ffd", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user", "host": [ "{{baseUrl}}" ], "path": [ "user" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-b661b195-0fd6-45bc-9a22-0edf9ac43ffd" }, { "id": "8ade0727-9c3b-4b17-a81d-0c5dbc6f4ed0", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user", "host": [ "{{baseUrl}}" ], "path": [ "user" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-8ade0727-9c3b-4b17-a81d-0c5dbc6f4ed0" }, { "id": "f4f5086c-7f76-4a76-987b-383214169e25", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user", "host": [ "{{baseUrl}}" ], "path": [ "user" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-f4f5086c-7f76-4a76-987b-383214169e25" }, { "id": "987a49fb-a80a-44fe-a731-9b484b18f6c9", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user", "host": [ "{{baseUrl}}" ], "path": [ "user" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-987a49fb-a80a-44fe-a731-9b484b18f6c9" }, { "id": "4db5a04c-92d5-4c99-ae6d-1f66e8ac8fec", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user", "host": [ "{{baseUrl}}" ], "path": [ "user" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-4db5a04c-92d5-4c99-ae6d-1f66e8ac8fec" }, { "id": "f50f0219-1e03-4958-b89d-c45dd5321b27", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user", "host": [ "{{baseUrl}}" ], "path": [ "user" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-f50f0219-1e03-4958-b89d-c45dd5321b27" }, { "id": "ce5a0485-ef64-4c4c-afd7-0c6536025fa3", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user", "host": [ "{{baseUrl}}" ], "path": [ "user" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-ce5a0485-ef64-4c4c-afd7-0c6536025fa3" }, { "id": "c3158203-f857-4d3a-8af0-adb6c11a806f", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/user", "host": [ "{{baseUrl}}" ], "path": [ "user" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-c3158203-f857-4d3a-8af0-adb6c11a806f" } ], "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-c4dc888e-ab8b-4e5b-97e2-1fee57bf9220" }, { "name": "Returns a paginated list of users in an organization", "id": "73a9196f-46df-4a56-8e3c-bfc0c5f14e2f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/user", "host": [ "{{baseUrl}}" ], "path": [ "user" ] }, "description": "Returns a paginated list of users in an organization. The list will have a maximum of 1000 results. Requires account administrator access." }, "response": [ { "id": "a00ee0d7-8ece-4398-81eb-a29164efba11", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user", "host": [ "{{baseUrl}}" ], "path": [ "user" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-a00ee0d7-8ece-4398-81eb-a29164efba11" }, { "id": "6708471a-63dc-49a2-899e-b38fbe658984", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user", "host": [ "{{baseUrl}}" ], "path": [ "user" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-6708471a-63dc-49a2-899e-b38fbe658984" }, { "id": "b67ebe01-58fc-42b9-a8f2-fed2db5fea25", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user", "host": [ "{{baseUrl}}" ], "path": [ "user" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-b67ebe01-58fc-42b9-a8f2-fed2db5fea25" }, { "id": "0f588e11-37ad-4c1b-9ac7-5f4d19d2b98b", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user", "host": [ "{{baseUrl}}" ], "path": [ "user" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-0f588e11-37ad-4c1b-9ac7-5f4d19d2b98b" }, { "id": "3e230184-b891-4262-a376-2f280f80459a", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user", "host": [ "{{baseUrl}}" ], "path": [ "user" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-3e230184-b891-4262-a376-2f280f80459a" }, { "id": "0661fee1-633d-4f87-b8bf-7c25a0c0294f", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user", "host": [ "{{baseUrl}}" ], "path": [ "user" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-0661fee1-633d-4f87-b8bf-7c25a0c0294f" }, { "id": "46cacf3d-5beb-44ee-a229-8d7629a79203", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user", "host": [ "{{baseUrl}}" ], "path": [ "user" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-46cacf3d-5beb-44ee-a229-8d7629a79203" } ], "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-73a9196f-46df-4a56-8e3c-bfc0c5f14e2f" } ], "id": "cdf508c2-0f45-481d-98a4-89dbc3f39b90", "createdAt": "2026-07-28T02:06:31.000Z", "updatedAt": "2026-07-28T02:06:31.000Z", "uid": "35240-cdf508c2-0f45-481d-98a4-89dbc3f39b90" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "account", "value": "myaccount" }, { "key": "baseUrl", "value": "https://{{account}}.leankit.com/io" } ] }