{"info":{"_postman_id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","name":"Sydnee API","description":"<html><head></head><body><p>Programmatic access to Sydnee accounts, users, requests, and task templates.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"17537077","collectionId":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","publishedId":"2sB3Hkr1dv","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"596bd2"},"publishDate":"2025-09-07T02:21:57.000Z"},"item":[{"name":"Accounts","item":[{"name":"Create an account","id":"3b74f532-11de-4344-8064-3ac8de99fa53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"Acme Corporation\"\n}","options":{"raw":{"language":"json"}}},"url":"https://public-api.sydnee.app/v1/accounts","description":"<p>This endpoint allows you to create a new, single account.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","name":"Sydnee API","type":"collection"}},"urlObject":{"path":["v1","accounts"],"host":["https://public-api.sydnee.app"],"query":[],"variable":[]}},"response":[{"id":"a42bd9cb-8b60-40e1-8cb2-85a489f08fdb","name":"201 - Account created successfully","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"Acme Corporation\"\n}","options":{"raw":{"language":"json"}}},"url":"https://public-api.sydnee.app/v1/accounts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"c5588dd\",\n  \"name\": \"Example Account\",\n  \"slug\": \"example-account-slug\",\n  \"createdAt\": \"2025-09-07T01:26:32.193Z\"\n}"},{"id":"b8bc46a4-2e14-43e7-8ecb-45d003d2cd47","name":"400 - Invalid parameters provided","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"Acme Corporation\"\n}","options":{"raw":{"language":"json"}}},"url":"https://public-api.sydnee.app/v1/accounts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"400\",\n    \"message\": \"Invalid parameters provided\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ],\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\"\n  }\n}"},{"id":"b2e03527-53e1-4561-b5ae-ed468bfe1253","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"Acme Corporation\"\n}","options":{"raw":{"language":"json"}}},"url":"https://public-api.sydnee.app/v1/accounts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"disabled":false,"description":"Bearer realm=\"sydnee\"","key":"WWW-Authenticate","value":"string"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"401\",\n    \"message\": \"Unauthorized\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"0538a05f-984d-4545-add1-52c9b814da30","name":"429 - Too many requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"Acme Corporation\"\n}","options":{"raw":{"language":"json"}}},"url":"https://public-api.sydnee.app/v1/accounts"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"disabled":false,"description":"Seconds until you can retry","key":"Retry-After","value":"6811"},{"disabled":false,"key":"X-RateLimit-Limit","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Remaining","value":"6811","description":""},{"disabled":false,"description":"Epoch seconds when window resets","key":"X-RateLimit-Reset","value":"6811"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"429\",\n    \"message\": \"Too many requests\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"09c820a3-6963-4a93-bdc5-38dfa749ede4","name":"500 - Unexpected error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"Acme Corporation\"\n}","options":{"raw":{"language":"json"}}},"url":"https://public-api.sydnee.app/v1/accounts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"500\",\n    \"message\": \"Internal Server Error\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"3b74f532-11de-4344-8064-3ac8de99fa53"},{"name":"List accounts","id":"94d5d4c9-3095-4d44-aa5c-8c8a8be6ddf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://public-api.sydnee.app/v1/accounts?limit=50&cursor=eyJjcmVhdGVkQXQiOiIyMDI1LTA5LTAxVDIzOjAxOjM4LjUwOFoiLCJjdWlkIjoiY21mMXE0bmtlMDAydHVpZnZkOWdxcDl2MyIsIm5pZCI6NDc2MX0=","description":"<p>List all accounts in your Sydnee tenant using cursor-based pagination. Results are sorted by createdAt (desc). Pass the returned <code>nextCursor</code> to retrieve subsequent pages. If there are no more results, the <code>nextCursor</code> will be omitted.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","name":"Sydnee API","type":"collection"}},"urlObject":{"path":["v1","accounts"],"host":["https://public-api.sydnee.app"],"query":[{"description":{"content":"<p>Max items to return (1–200). Default is 50.</p>\n","type":"text/plain"},"key":"limit","value":"50"},{"description":{"content":"<p>Opaque pagination cursor returned as <code>nextCursor</code> from the previous page.</p>\n","type":"text/plain"},"key":"cursor","value":"eyJjcmVhdGVkQXQiOiIyMDI1LTA5LTAxVDIzOjAxOjM4LjUwOFoiLCJjdWlkIjoiY21mMXE0bmtlMDAydHVpZnZkOWdxcDl2MyIsIm5pZCI6NDc2MX0="}],"variable":[]}},"response":[{"id":"befc3845-56ec-4a22-ba8e-ab972893a83c","name":"200 - List of accounts","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts?limit=50&cursor=eyJjcmVhdGVkQXQiOiIyMDI1LTA5LTAxVDIzOjAxOjM4LjUwOFoiLCJjdWlkIjoiY21mMXE0bmtlMDAydHVpZnZkOWdxcDl2MyIsIm5pZCI6NDc2MX0=","host":["https://public-api.sydnee.app"],"path":["v1","accounts"],"query":[{"key":"limit","value":"50"},{"key":"cursor","value":"eyJjcmVhdGVkQXQiOiIyMDI1LTA5LTAxVDIzOjAxOjM4LjUwOFoiLCJjdWlkIjoiY21mMXE0bmtlMDAydHVpZnZkOWdxcDl2MyIsIm5pZCI6NDc2MX0="}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"description":"Pagination link for the next page, if any (e.g., `<https://public-api.sydnee.app/v1/accounts?cursor=...&amp;limit=50>; rel=\"next\"`).","key":"Link","value":"string"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"id\": \"c5588dd\",\n      \"name\": \"Example Account\",\n      \"slug\": \"example-account-slug\",\n      \"createdAt\": \"2025-09-07T01:26:32.193Z\"\n    },\n    {\n      \"id\": \"c5588dd\",\n      \"name\": \"Example Account\",\n      \"slug\": \"example-account-slug\",\n      \"createdAt\": \"2025-09-07T01:26:32.193Z\"\n    }\n  ],\n  \"nextCursor\": \"string\"\n}"},{"id":"2d99969e-8a8c-4d51-8e71-4270b7938c2c","name":"401 - Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts?limit=50&cursor=eyJjcmVhdGVkQXQiOiIyMDI1LTA5LTAxVDIzOjAxOjM4LjUwOFoiLCJjdWlkIjoiY21mMXE0bmtlMDAydHVpZnZkOWdxcDl2MyIsIm5pZCI6NDc2MX0=","host":["https://public-api.sydnee.app"],"path":["v1","accounts"],"query":[{"key":"limit","value":"50"},{"key":"cursor","value":"eyJjcmVhdGVkQXQiOiIyMDI1LTA5LTAxVDIzOjAxOjM4LjUwOFoiLCJjdWlkIjoiY21mMXE0bmtlMDAydHVpZnZkOWdxcDl2MyIsIm5pZCI6NDc2MX0="}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"disabled":false,"description":"Bearer realm=\"sydnee\"","key":"WWW-Authenticate","value":"string"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"401\",\n    \"message\": \"Unauthorized\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"894494c4-44fa-4200-9078-2f7b76443178","name":"429 - Too many requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts?limit=50&cursor=eyJjcmVhdGVkQXQiOiIyMDI1LTA5LTAxVDIzOjAxOjM4LjUwOFoiLCJjdWlkIjoiY21mMXE0bmtlMDAydHVpZnZkOWdxcDl2MyIsIm5pZCI6NDc2MX0=","host":["https://public-api.sydnee.app"],"path":["v1","accounts"],"query":[{"key":"limit","value":"50"},{"key":"cursor","value":"eyJjcmVhdGVkQXQiOiIyMDI1LTA5LTAxVDIzOjAxOjM4LjUwOFoiLCJjdWlkIjoiY21mMXE0bmtlMDAydHVpZnZkOWdxcDl2MyIsIm5pZCI6NDc2MX0="}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Retry-After","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Limit","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Remaining","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Reset","value":"6811","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"429\",\n    \"message\": \"Too many requests\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"f3212e22-beb9-45a7-88d7-59e059d7782d","name":"500 - Unexpected error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts?limit=50&cursor=eyJjcmVhdGVkQXQiOiIyMDI1LTA5LTAxVDIzOjAxOjM4LjUwOFoiLCJjdWlkIjoiY21mMXE0bmtlMDAydHVpZnZkOWdxcDl2MyIsIm5pZCI6NDc2MX0=","host":["https://public-api.sydnee.app"],"path":["v1","accounts"],"query":[{"key":"limit","value":"50"},{"key":"cursor","value":"eyJjcmVhdGVkQXQiOiIyMDI1LTA5LTAxVDIzOjAxOjM4LjUwOFoiLCJjdWlkIjoiY21mMXE0bmtlMDAydHVpZnZkOWdxcDl2MyIsIm5pZCI6NDc2MX0="}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"500\",\n    \"message\": \"Internal Server Error\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"94d5d4c9-3095-4d44-aa5c-8c8a8be6ddf7"},{"name":"Get an account","id":"0ae9b7c9-0b46-426d-9526-762e882dafe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://public-api.sydnee.app/v1/accounts/:accountId","description":"<p>This endpoint allows you to retrieve details about a specific account.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","name":"Sydnee API","type":"collection"}},"urlObject":{"path":["v1","accounts",":accountId"],"host":["https://public-api.sydnee.app"],"query":[],"variable":[{"id":"7eb6f6d9-5465-4715-b517-9bdb3adb2380","description":{"content":"<p>(Required) The unique identifier of the account</p>\n","type":"text/plain"},"type":"any","value":"c5588dd","key":"accountId"}]}},"response":[{"id":"1552866e-073e-4635-9d2b-e1d0596bed94","name":"200 - Account information retrieved","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"c5588dd\",\n  \"name\": \"Example Account\",\n  \"slug\": \"example-account-slug\",\n  \"createdAt\": \"2025-09-07T01:26:32.193Z\",\n  \"counts\": {\n    \"portalUsers\": 5,\n    \"teamUsers\": 3\n  }\n}"},{"id":"d62dd7a0-ce42-4e15-882b-bf721e0b88f6","name":"401 - Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"WWW-Authenticate","value":"string","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"401\",\n    \"message\": \"Unauthorized\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"e4c4568e-a52d-4aca-be63-14cc58283310","name":"404 - Account not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"404\",\n    \"message\": \"Not Found\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"d1ec7245-e58a-4e5b-8c9a-8e9eab357663","name":"429 - Too many requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Retry-After","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Limit","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Remaining","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Reset","value":"6811","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"429\",\n    \"message\": \"Too many requests\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"d6fd88e5-f99c-4fa2-ac52-d3108f4ab5a1","name":"500 - Unexpected error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"500\",\n    \"message\": \"Internal Server Error\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"0ae9b7c9-0b46-426d-9526-762e882dafe8"},{"name":"Archive an account","id":"b366873a-6e2e-4b41-9a02-1ac2f9dddd38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://public-api.sydnee.app/v1/accounts/:accountId","description":"<p>This endpoint allows you to archive an existing account.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","name":"Sydnee API","type":"collection"}},"urlObject":{"path":["v1","accounts",":accountId"],"host":["https://public-api.sydnee.app"],"query":[],"variable":[{"id":"d657de7d-ba47-4f03-b4c2-de6f599141d8","description":{"content":"<p>(Required) The unique identifier of the account</p>\n","type":"text/plain"},"type":"any","value":"c5588dd","key":"accountId"}]}},"response":[{"id":"4c84ba40-f59c-4d3e-a2b4-4039e089cb2d","name":"200 - Account has been archived","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Account has been archived\"\n}"},{"id":"357931d5-787c-4b8f-8750-33ca75232114","name":"401 - Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"WWW-Authenticate","value":"string","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"401\",\n    \"message\": \"Unauthorized\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"d88a35e9-2371-4b56-8cb7-a4ca99a9400e","name":"404 - Account not found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"404\",\n    \"message\": \"Not Found\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"e3e2b908-0b88-4ea3-a4e9-ed8b6e9cbb54","name":"429 - Too many requests","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Retry-After","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Limit","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Remaining","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Reset","value":"6811","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"429\",\n    \"message\": \"Too many requests\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"1189dd7b-28c1-4ce2-ba00-2aecb2aa9a9f","name":"500 - Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"500\",\n    \"message\": \"Internal Server Error\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"b366873a-6e2e-4b41-9a02-1ac2f9dddd38"}],"id":"cdacc059-828d-4376-8383-e3571eca2110","description":"<p>Each account is a private portal for your team; external <code>portalUsers</code> (your clients) and <code>teamMembers</code> (your team) can access it.</p>\n","_postman_id":"cdacc059-828d-4376-8383-e3571eca2110","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","name":"Sydnee API","type":"collection"}}},{"name":"Account Users","item":[{"name":"Get users of an account","id":"503a2d6d-f43f-4563-bc2b-3a995606804a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://public-api.sydnee.app/v1/accounts/:accountId/users","description":"<p>Returns users of the specified account, split into two arrays: <code>portalUsers</code> (external clients invited to the account) and <code>teamUsers</code> (your internal users with access). Each item includes id, name, email, and dateAddedToAccount.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","name":"Sydnee API","type":"collection"}},"urlObject":{"path":["v1","accounts",":accountId","users"],"host":["https://public-api.sydnee.app"],"query":[],"variable":[{"id":"19b635cb-ff1d-40b1-82e0-42143da70202","description":{"content":"<p>(Required) The unique identifier of the account</p>\n","type":"text/plain"},"type":"any","value":"c5588dd","key":"accountId"}]}},"response":[{"id":"4ceca36b-f067-4ebd-b521-b9c07b4bab8e","name":"200 - Account information retrieved","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/users","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","users"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"portalUsers\": [\n    {\n      \"id\": 1234,\n      \"dateAddedToAccount\": \"2025-09-07T01:26:32.193Z\",\n      \"name\": \"Joe Smith\",\n      \"email\": \"example@domain.com\"\n    },\n    {\n      \"id\": 1234,\n      \"dateAddedToAccount\": \"2025-09-07T01:26:32.193Z\",\n      \"name\": \"Joe Smith\",\n      \"email\": \"example@domain.com\"\n    }\n  ],\n  \"teamUsers\": [\n    {\n      \"id\": 5678,\n      \"dateAddedToAccount\": \"2025-09-07T01:26:32.193Z\",\n      \"name\": \"Joe Smith\",\n      \"email\": \"example@domain.com\",\n      \"isCompanyOwner\": false\n    },\n    {\n      \"id\": 5678,\n      \"dateAddedToAccount\": \"2025-09-07T01:26:32.193Z\",\n      \"name\": \"Joe Smith\",\n      \"email\": \"example@domain.com\",\n      \"isCompanyOwner\": false\n    }\n  ]\n}"},{"id":"c9a478c0-1891-4b5c-a86d-931fb8e30567","name":"401 - Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/users","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","users"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"WWW-Authenticate","value":"string","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"401\",\n    \"message\": \"Unauthorized\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"7ac4dfe7-c800-4e56-9c6c-87f6c67a7466","name":"404 - Account not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/users","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","users"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"404\",\n    \"message\": \"Not Found\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"82fe6554-ed51-4151-a0d2-773e7b428b01","name":"429 - Too many requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/users","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","users"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Retry-After","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Limit","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Remaining","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Reset","value":"6811","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"429\",\n    \"message\": \"Too many requests\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"0460e2ef-a022-42e7-833c-2cfdc9cc548f","name":"500 - Unexpected error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/users","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","users"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"500\",\n    \"message\": \"Internal Server Error\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"503a2d6d-f43f-4563-bc2b-3a995606804a"},{"name":"Add a client (portal user) to an account","id":"72645864-cd98-499b-8931-75ff5f32c324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"user@example.com\",\n  \"name\": \"John Doe\",\n  \"sendInviteEmail\": true,\n  \"customMessageInInvite\": \"You have been added to our company portal. Login using your email to access your files and information.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://public-api.sydnee.app/v1/accounts/:accountId/users","description":"<p>Adds a <code>portalUser</code> (your client) to the specified account. Portal users sign in with their email on the client login page. Returns the user's id, name, email, and dateAddedToAccount.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","name":"Sydnee API","type":"collection"}},"urlObject":{"path":["v1","accounts",":accountId","users"],"host":["https://public-api.sydnee.app"],"query":[],"variable":[{"id":"dc925b40-5fd8-410d-ab12-309f775b2a1e","description":{"content":"<p>(Required) The unique identifier of the account</p>\n","type":"text/plain"},"type":"any","value":"c5588dd","key":"accountId"}]}},"response":[{"id":"f9945b80-0a10-4ae1-857c-ad0e5f81289b","name":"201 - portalUser created successfully","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"user@example.com\",\n  \"name\": \"John Doe\",\n  \"sendInviteEmail\": true,\n  \"customMessageInInvite\": \"You have been added to our company portal. Login using your email to access your files and information.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/users","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","users"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": 7258.959392633302,\n  \"name\": \"string\",\n  \"email\": \"string\",\n  \"dateAddedToAccount\": \"2025-09-07T01:26:32.193Z\"\n}"},{"id":"40a26f4a-dca2-42df-87da-2c49642e020a","name":"400 - Invalid parameters provided","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"user@example.com\",\n  \"name\": \"John Doe\",\n  \"sendInviteEmail\": true,\n  \"customMessageInInvite\": \"You have been added to our company portal. Login using your email to access your files and information.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/users","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","users"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"400\",\n    \"message\": \"Invalid parameters provided\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ],\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\"\n  }\n}"},{"id":"6c2216a5-0775-4c1c-9057-10d16b9770b3","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"user@example.com\",\n  \"name\": \"John Doe\",\n  \"sendInviteEmail\": true,\n  \"customMessageInInvite\": \"You have been added to our company portal. Login using your email to access your files and information.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/users","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","users"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"WWW-Authenticate","value":"string","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"401\",\n    \"message\": \"Unauthorized\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"d277233d-1e7d-424a-9980-05d650cb05b0","name":"404 - Account not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"user@example.com\",\n  \"name\": \"John Doe\",\n  \"sendInviteEmail\": true,\n  \"customMessageInInvite\": \"You have been added to our company portal. Login using your email to access your files and information.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/users","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","users"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"404\",\n    \"message\": \"Not Found\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"2ee292ff-6a83-42dd-b690-027bb446b0c1","name":"429 - Too many requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"user@example.com\",\n  \"name\": \"John Doe\",\n  \"sendInviteEmail\": true,\n  \"customMessageInInvite\": \"You have been added to our company portal. Login using your email to access your files and information.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/users","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","users"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Retry-After","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Limit","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Remaining","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Reset","value":"6811","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"429\",\n    \"message\": \"Too many requests\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"2e7bcfdc-827b-489b-8a89-4d20ec6981c8","name":"500 - Unexpected error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"user@example.com\",\n  \"name\": \"John Doe\",\n  \"sendInviteEmail\": true,\n  \"customMessageInInvite\": \"You have been added to our company portal. Login using your email to access your files and information.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/users","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","users"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"500\",\n    \"message\": \"Internal Server Error\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"72645864-cd98-499b-8931-75ff5f32c324"},{"name":"Remove user from account","id":"db8e1161-d21a-4121-b501-4b6e517baec0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://public-api.sydnee.app/v1/accounts/:accountId/user/:userId","description":"<p>Remove any <code>portalUser</code> or <code>teamUser</code> from the specified account. You cannot remove the owner of the account.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","name":"Sydnee API","type":"collection"}},"urlObject":{"path":["v1","accounts",":accountId","user",":userId"],"host":["https://public-api.sydnee.app"],"query":[],"variable":[{"id":"8b21f0d8-59a3-4f70-959e-68b96e76da3e","description":{"content":"<p>(Required) The unique identifier of the account</p>\n","type":"text/plain"},"type":"any","value":"c5588dd","key":"accountId"},{"id":"e477b766-f754-4b0a-aa28-374029b4e6f7","description":{"content":"<p>(Required) The unique identifier of the user to be deleted</p>\n","type":"text/plain"},"type":"any","value":"1234","key":"userId"}]}},"response":[{"id":"aa6aa6c9-be3f-4986-8a65-9fa015218d32","name":"200 - User removed from account","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/user/:userId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","user",":userId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"},{"key":"userId","value":"1234","description":"(Required) The unique identifier of the user to be deleted"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"User deleted successfully\"\n}"},{"id":"2ab0ced2-a73a-4d0d-bfae-daaa7e3e0456","name":"401 - Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/user/:userId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","user",":userId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"},{"key":"userId","value":"1234","description":"(Required) The unique identifier of the user to be deleted"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"WWW-Authenticate","value":"string","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"401\",\n    \"message\": \"Unauthorized\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"37e7ec24-8fa4-49aa-9384-5ded91fa69c2","name":"403 - Cannot remove owner of tenant from account","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/user/:userId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","user",":userId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"},{"key":"userId","value":"1234","description":"(Required) The unique identifier of the user to be deleted"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"403\",\n    \"message\": \"Action not allowed\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"393cdd2b-5a92-46a1-a243-0b8eadd7313f","name":"404 - Account or user not found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/user/:userId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","user",":userId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"},{"key":"userId","value":"1234","description":"(Required) The unique identifier of the user to be deleted"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"404\",\n    \"message\": \"Not Found\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"de955229-f5dc-4170-b48b-da2660adb34e","name":"429 - Too many requests","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/user/:userId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","user",":userId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"},{"key":"userId","value":"1234","description":"(Required) The unique identifier of the user to be deleted"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Retry-After","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Limit","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Remaining","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Reset","value":"6811","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"429\",\n    \"message\": \"Too many requests\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"83200cef-ab09-41c0-a01f-d04f28e9fbad","name":"500 - Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/user/:userId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","user",":userId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"},{"key":"userId","value":"1234","description":"(Required) The unique identifier of the user to be deleted"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"500\",\n    \"message\": \"Internal Server Error\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"db8e1161-d21a-4121-b501-4b6e517baec0"}],"id":"f35ba170-b604-48bb-84a3-0f657f6d8b09","description":"<p>View and manage users of an account. Lists <code>portalUsers</code> (external clients) and <code>teamUsers</code> (internal users). You can add or remove portal users from the account.</p>\n","_postman_id":"f35ba170-b604-48bb-84a3-0f657f6d8b09","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","name":"Sydnee API","type":"collection"}}},{"name":"Task Templates","item":[{"name":"Add task template to account","id":"1dede9dd-51a8-41e0-9291-5cec9d6859e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://public-api.sydnee.app/v1/accounts/:accountId/task-templates/:taskTemplateId","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","name":"Sydnee API","type":"collection"}},"urlObject":{"path":["v1","accounts",":accountId","task-templates",":taskTemplateId"],"host":["https://public-api.sydnee.app"],"query":[],"variable":[{"id":"f09ddf9e-47ec-48af-a215-ed73b2389c3f","description":{"content":"<p>(Required) The unique identifier of the account</p>\n","type":"text/plain"},"type":"any","value":"c5588dfsdd","key":"accountId"},{"id":"f6a0f61f-8ee0-4568-a709-1b0870dd713a","description":{"content":"<p>(Required) The unique identifier of the task template</p>\n","type":"text/plain"},"type":"any","value":"c5fdsafasd8dd","key":"taskTemplateId"}]}},"response":[{"id":"199d2838-b837-40ed-b5cb-7befbfc9cf57","name":"200 - Template added","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/task-templates/:taskTemplateId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","task-templates",":taskTemplateId"],"variable":[{"key":"accountId","value":"c5588dfsdd","description":"(Required) The unique identifier of the account"},{"key":"taskTemplateId","value":"c5fdsafasd8dd","description":"(Required) The unique identifier of the task template"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Template added\"\n}"},{"id":"1ea53efd-b294-4a6d-b1df-85985fa9ee9e","name":"400 - Invalid parameters provided or template has no tasks","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/task-templates/:taskTemplateId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","task-templates",":taskTemplateId"],"variable":[{"key":"accountId","value":"c5588dfsdd","description":"(Required) The unique identifier of the account"},{"key":"taskTemplateId","value":"c5fdsafasd8dd","description":"(Required) The unique identifier of the task template"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"400\",\n    \"message\": \"Invalid parameters provided\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ],\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\"\n  }\n}"},{"id":"745244f0-0ec1-4240-9cc5-18ad96b720be","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/task-templates/:taskTemplateId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","task-templates",":taskTemplateId"],"variable":[{"key":"accountId","value":"c5588dfsdd","description":"(Required) The unique identifier of the account"},{"key":"taskTemplateId","value":"c5fdsafasd8dd","description":"(Required) The unique identifier of the task template"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"WWW-Authenticate","value":"string","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"401\",\n    \"message\": \"Unauthorized\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"5cc9745e-0654-46bb-a994-3115e672c742","name":"404 - Account or template not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/task-templates/:taskTemplateId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","task-templates",":taskTemplateId"],"variable":[{"key":"accountId","value":"c5588dfsdd","description":"(Required) The unique identifier of the account"},{"key":"taskTemplateId","value":"c5fdsafasd8dd","description":"(Required) The unique identifier of the task template"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"404\",\n    \"message\": \"Not Found\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"1f69467e-edd2-486d-8136-c7af29dfac27","name":"429 - Too many requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/task-templates/:taskTemplateId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","task-templates",":taskTemplateId"],"variable":[{"key":"accountId","value":"c5588dfsdd","description":"(Required) The unique identifier of the account"},{"key":"taskTemplateId","value":"c5fdsafasd8dd","description":"(Required) The unique identifier of the task template"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Retry-After","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Limit","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Remaining","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Reset","value":"6811","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"429\",\n    \"message\": \"Too many requests\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"fe93a828-8280-4116-bdd4-1966cc2c091f","name":"500 - Unexpected error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/task-templates/:taskTemplateId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","task-templates",":taskTemplateId"],"variable":[{"key":"accountId","value":"c5588dfsdd","description":"(Required) The unique identifier of the account"},{"key":"taskTemplateId","value":"c5fdsafasd8dd","description":"(Required) The unique identifier of the task template"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"500\",\n    \"message\": \"Internal Server Error\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"1dede9dd-51a8-41e0-9291-5cec9d6859e4"},{"name":"List all available task templates","id":"dd0d175f-72e0-448d-aecc-9f7a533bf95d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://public-api.sydnee.app/v1/task-templates","description":"<p>List all task templates in your Sydnee company</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","name":"Sydnee API","type":"collection"}},"urlObject":{"path":["v1","task-templates"],"host":["https://public-api.sydnee.app"],"query":[],"variable":[]}},"response":[{"id":"218d436c-66c3-40f8-a841-b493f20ff3ab","name":"200 - List of task templates","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://public-api.sydnee.app/v1/task-templates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"cmc123\",\n    \"name\": \"Prepare Onboarding\",\n    \"createdAt\": \"2025-09-07T01:26:32.193Z\",\n    \"lastUpdated\": \"2025-09-07T01:26:32.193Z\",\n    \"numberOfTimesUsed\": 0,\n    \"canBeInserted\": true,\n    \"errorMessage\": \"\"\n  },\n  {\n    \"id\": \"cmc123\",\n    \"name\": \"Prepare Onboarding\",\n    \"createdAt\": \"2025-09-07T01:26:32.193Z\",\n    \"lastUpdated\": \"2025-09-07T01:26:32.193Z\",\n    \"numberOfTimesUsed\": 0,\n    \"canBeInserted\": true,\n    \"errorMessage\": \"\"\n  }\n]"},{"id":"30a77ed9-3acc-4d4d-ad9f-484700c8aaca","name":"401 - Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://public-api.sydnee.app/v1/task-templates"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"WWW-Authenticate","value":"string","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"401\",\n    \"message\": \"Unauthorized\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"3c16707c-76bb-4241-ac1d-a24640b47518","name":"429 - Too many requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://public-api.sydnee.app/v1/task-templates"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Retry-After","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Limit","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Remaining","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Reset","value":"6811","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"429\",\n    \"message\": \"Too many requests\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"4c8bb5c6-b923-4d3b-938a-5f9de215827c","name":"500 - Unexpected error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://public-api.sydnee.app/v1/task-templates"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"500\",\n    \"message\": \"Internal Server Error\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"dd0d175f-72e0-448d-aecc-9f7a533bf95d"}],"id":"10760cac-284c-4bdf-9cef-01dd87a54a3e","description":"<p>Add a task template to an account.</p>\n","_postman_id":"10760cac-284c-4bdf-9cef-01dd87a54a3e","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","name":"Sydnee API","type":"collection"}}},{"name":"Requests","item":[{"name":"Send request to client (portal user)","id":"0c9028ed-57a7-4f3c-b716-0de11fea2dc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://public-api.sydnee.app/v1/accounts/:accountId/user/:userId/requests/:requestTemplateId","description":"<p>Sends a request to a <code>portalUser</code> (your client) for the specified account and request template. Requests cannot be sent to a <code>teamUser</code>.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","name":"Sydnee API","type":"collection"}},"urlObject":{"path":["v1","accounts",":accountId","user",":userId","requests",":requestTemplateId"],"host":["https://public-api.sydnee.app"],"query":[],"variable":[{"id":"3219c30c-a524-4a80-a2e3-b4f6dea71625","description":{"content":"<p>(Required) The unique identifier of the account</p>\n","type":"text/plain"},"type":"any","value":"c5588dd","key":"accountId"},{"id":"2f7d0adc-6401-481d-829f-c0fa32d06ba3","description":{"content":"<p>(Required) The unique identifier of the request template</p>\n","type":"text/plain"},"type":"any","value":"42","key":"requestTemplateId"},{"id":"e1f157e9-04ab-472e-b030-c83cbe244ad7","description":{"content":"<p>(Required) The unique identifier of the portal member you are attaching the request to.</p>\n","type":"text/plain"},"type":"any","value":"1234","key":"userId"}]}},"response":[{"id":"8fe2b167-c16a-4d73-9b95-016f116e0f8c","name":"200 - Request sent successfully","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/user/:userId/requests/:requestTemplateId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","user",":userId","requests",":requestTemplateId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"},{"key":"requestTemplateId","value":"42","description":"(Required) The unique identifier of the request template"},{"key":"userId","value":"1234","description":"(Required) The unique identifier of the portal member you are attaching the request to."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request sent successfully\"\n}"},{"id":"0d4cde26-7188-4cfd-8cce-964ac543288a","name":"400 - Invalid parameters provided","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/user/:userId/requests/:requestTemplateId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","user",":userId","requests",":requestTemplateId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"},{"key":"requestTemplateId","value":"42","description":"(Required) The unique identifier of the request template"},{"key":"userId","value":"1234","description":"(Required) The unique identifier of the portal member you are attaching the request to."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"400\",\n    \"message\": \"Invalid parameters provided\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ],\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\"\n  }\n}"},{"id":"7e8173cd-89f9-495a-b7e6-522afc900524","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/user/:userId/requests/:requestTemplateId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","user",":userId","requests",":requestTemplateId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"},{"key":"requestTemplateId","value":"42","description":"(Required) The unique identifier of the request template"},{"key":"userId","value":"1234","description":"(Required) The unique identifier of the portal member you are attaching the request to."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"WWW-Authenticate","value":"string","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"401\",\n    \"message\": \"Unauthorized\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"80339e71-a61f-4965-aaa6-79cdbd1292c5","name":"403 - Requests can only be assigned to a portalUser, not a teamUser. Requests must also have more than 0 fields.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/user/:userId/requests/:requestTemplateId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","user",":userId","requests",":requestTemplateId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"},{"key":"requestTemplateId","value":"42","description":"(Required) The unique identifier of the request template"},{"key":"userId","value":"1234","description":"(Required) The unique identifier of the portal member you are attaching the request to."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"403\",\n    \"message\": \"Action not allowed\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"13785f03-113e-4885-a874-776b8e1f3100","name":"404 - Account or user not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/user/:userId/requests/:requestTemplateId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","user",":userId","requests",":requestTemplateId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"},{"key":"requestTemplateId","value":"42","description":"(Required) The unique identifier of the request template"},{"key":"userId","value":"1234","description":"(Required) The unique identifier of the portal member you are attaching the request to."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"404\",\n    \"message\": \"Not Found\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"a2b7347a-306d-4d0a-abf6-fc9025a7a5a1","name":"429 - Too many requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/user/:userId/requests/:requestTemplateId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","user",":userId","requests",":requestTemplateId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"},{"key":"requestTemplateId","value":"42","description":"(Required) The unique identifier of the request template"},{"key":"userId","value":"1234","description":"(Required) The unique identifier of the portal member you are attaching the request to."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Retry-After","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Limit","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Remaining","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Reset","value":"6811","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"429\",\n    \"message\": \"Too many requests\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"8dd4d268-8c10-42fc-bc84-d1e1e7c79b5c","name":"500 - Unexpected error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://public-api.sydnee.app/v1/accounts/:accountId/user/:userId/requests/:requestTemplateId","host":["https://public-api.sydnee.app"],"path":["v1","accounts",":accountId","user",":userId","requests",":requestTemplateId"],"variable":[{"key":"accountId","value":"c5588dd","description":"(Required) The unique identifier of the account"},{"key":"requestTemplateId","value":"42","description":"(Required) The unique identifier of the request template"},{"key":"userId","value":"1234","description":"(Required) The unique identifier of the portal member you are attaching the request to."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"500\",\n    \"message\": \"Internal Server Error\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"0c9028ed-57a7-4f3c-b716-0de11fea2dc9"},{"name":"List all available request templates","id":"334bb6cd-4ee5-4db2-b3c7-6c10d549db73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://public-api.sydnee.app/v1/request-templates","description":"<p>List all request templates in your Sydnee company</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","name":"Sydnee API","type":"collection"}},"urlObject":{"path":["v1","request-templates"],"host":["https://public-api.sydnee.app"],"query":[],"variable":[]}},"response":[{"id":"3de37773-180b-47ee-b7d3-0350bb6566b7","name":"200 - List of request templates","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://public-api.sydnee.app/v1/request-templates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": 101,\n    \"name\": \"Onboarding Request\",\n    \"createdAt\": \"2025-09-07T01:26:32.193Z\",\n    \"lastUpdated\": \"2025-09-07T01:26:32.193Z\",\n    \"canBeUsed\": true\n  },\n  {\n    \"id\": 101,\n    \"name\": \"Onboarding Request\",\n    \"createdAt\": \"2025-09-07T01:26:32.193Z\",\n    \"lastUpdated\": \"2025-09-07T01:26:32.193Z\",\n    \"canBeUsed\": true\n  }\n]"},{"id":"7045062d-4608-418a-bcb6-637995b67e6d","name":"401 - Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://public-api.sydnee.app/v1/request-templates"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"WWW-Authenticate","value":"string","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"401\",\n    \"message\": \"Unauthorized\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"7098e8b0-e4b1-4908-9397-8454653727f8","name":"429 - Too many requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://public-api.sydnee.app/v1/request-templates"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Retry-After","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Limit","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Remaining","value":"6811","description":""},{"disabled":false,"key":"X-RateLimit-Reset","value":"6811","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"429\",\n    \"message\": \"Too many requests\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"},{"id":"e1b8f9c4-39f9-4b9d-b627-2c3dc45eea60","name":"500 - Unexpected error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://public-api.sydnee.app/v1/request-templates"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"500\",\n    \"message\": \"Internal Server Error\",\n    \"id\": \"sfo1::ndvcb-1756758020575-87d09dfe42d3\",\n    \"issues\": [\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"message\": \"string\",\n        \"code\": \"string\",\n        \"path\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"334bb6cd-4ee5-4db2-b3c7-6c10d549db73"}],"id":"a477b9b1-6956-47f0-86d9-0e4b3efdac71","description":"<p>Send a request to any external user in an account. Requests cannot be sent to a <code>teamUser</code>.</p>\n","_postman_id":"a477b9b1-6956-47f0-86d9-0e4b3efdac71","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","id":"4a2678ae-8c96-4009-80eb-fafc66e6eed2","name":"Sydnee API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"}},"variable":[{"key":"baseUrl","value":"https://public-api.sydnee.app","type":"string"}]}