{ "info": { "_postman_id": "dc5ad255-9846-4f30-857a-e8a7fa786c73", "name": "Remote Address Details Company Managers API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:45:08.000Z", "updatedAt": "2026-07-28T02:45:08.000Z", "lastUpdatedBy": "35240", "uid": "35240-dc5ad255-9846-4f30-857a-e8a7fa786c73" }, "item": [ { "name": "v1", "item": [ { "name": "company-managers", "item": [ { "name": "{user_id}", "item": [ { "name": "Deletes a Company Manager user", "id": "80766c38-b3c7-4401-b411-39196588c901", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/company-managers/:user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers", ":user_id" ], "variable": [ { "id": "fa928e38-7e19-487c-a3ee-ff2f03fe7fae", "key": "user_id", "value": "", "description": "(Required) User ID" } ] }, "description": "Deletes a Company Manager user\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage company resources (`company_admin`) | - | Manage managers (`company_manager:write`) |\n" }, "response": [ { "id": "7dd4ee28-18c0-4a63-95a7-4a03675127af", "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}}/v1/company-managers/:user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers", ":user_id" ], "variable": [ { "key": "user_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"status\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-7dd4ee28-18c0-4a63-95a7-4a03675127af" }, { "id": "d34bb59b-9e2a-46a6-9665-5262bcada69a", "name": "Bad Request", "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}}/v1/company-managers/:user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers", ":user_id" ], "variable": [ { "key": "user_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-d34bb59b-9e2a-46a6-9665-5262bcada69a" }, { "id": "0a7482f9-4520-4c85-9842-4c2ccf1fdc6e", "name": "Unauthorized", "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}}/v1/company-managers/:user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers", ":user_id" ], "variable": [ { "key": "user_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-0a7482f9-4520-4c85-9842-4c2ccf1fdc6e" }, { "id": "5e18f5df-5511-476d-9943-f1043e11aae5", "name": "Not Found", "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}}/v1/company-managers/:user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers", ":user_id" ], "variable": [ { "key": "user_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-5e18f5df-5511-476d-9943-f1043e11aae5" }, { "id": "8d717f60-84dc-4a4c-8e41-23694623dcd8", "name": "Unprocessable Entity", "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}}/v1/company-managers/:user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers", ":user_id" ], "variable": [ { "key": "user_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-8d717f60-84dc-4a4c-8e41-23694623dcd8" }, { "id": "98b359f8-97dc-4a22-91a7-b1bed4fd13b0", "name": "Too many requests", "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}}/v1/company-managers/:user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers", ":user_id" ], "variable": [ { "key": "user_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Too many requests\"\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-98b359f8-97dc-4a22-91a7-b1bed4fd13b0" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-80766c38-b3c7-4401-b411-39196588c901" }, { "name": "Show company manager user", "id": "c6e4c97e-e7f6-47eb-b93e-9396ca07825c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/company-managers/:user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers", ":user_id" ], "variable": [ { "id": "4c269dda-624f-42bb-838b-c7643dac1280", "key": "user_id", "value": "", "description": "(Required) User ID" } ] }, "description": "Shows a single company manager user\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage company resources (`company_admin`) | View managers (`company_manager:read`) | Manage managers (`company_manager:write`) |\n" }, "response": [ { "id": "0e780b19-76f0-41b9-abdb-8d10b405d2cb", "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}}/v1/company-managers/:user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers", ":user_id" ], "variable": [ { "key": "user_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"company_manager\": {\n \"company_id\": \"\",\n \"user_id\": \"\",\n \"user_name\": \"\",\n \"user_email\": \"\",\n \"role\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-0e780b19-76f0-41b9-abdb-8d10b405d2cb" }, { "id": "ab61ef1e-492d-4a1a-b1ce-64f140b6bae2", "name": "Bad Request", "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}}/v1/company-managers/:user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers", ":user_id" ], "variable": [ { "key": "user_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-ab61ef1e-492d-4a1a-b1ce-64f140b6bae2" }, { "id": "d65c216a-dcdd-498c-b18b-70f14f4e4cfc", "name": "Unauthorized", "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}}/v1/company-managers/:user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers", ":user_id" ], "variable": [ { "key": "user_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-d65c216a-dcdd-498c-b18b-70f14f4e4cfc" }, { "id": "33fee9bf-9800-4a6c-9138-94ee3d297e9d", "name": "Not Found", "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}}/v1/company-managers/:user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers", ":user_id" ], "variable": [ { "key": "user_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-33fee9bf-9800-4a6c-9138-94ee3d297e9d" }, { "id": "329ccdb3-dc03-4b8a-ae87-0228cfb15353", "name": "Unprocessable Entity", "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}}/v1/company-managers/:user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers", ":user_id" ], "variable": [ { "key": "user_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-329ccdb3-dc03-4b8a-ae87-0228cfb15353" }, { "id": "57a1ef99-2196-49d0-a941-b1259cf2934f", "name": "Too many requests", "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}}/v1/company-managers/:user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers", ":user_id" ], "variable": [ { "key": "user_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Too many requests\"\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-57a1ef99-2196-49d0-a941-b1259cf2934f" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-c6e4c97e-e7f6-47eb-b93e-9396ca07825c" } ], "id": "e8ff43ea-7ef2-4a42-99fe-95e99a727e20", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-e8ff43ea-7ef2-4a42-99fe-95e99a727e20" }, { "name": "List Company Managers", "id": "81f201ae-6eb8-4556-8b78-6cf8990712d5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/company-managers?company_id=&page=&page_size=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers" ], "query": [ { "description": "A Company ID to filter the results (only applicable for Integration Partners).", "key": "company_id", "value": "" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "" }, { "description": "Change the amount of records returned per page, defaults to 20, limited to 100", "key": "page_size", "value": "" } ] }, "description": "List all company managers of an integration. If filtered by the company_id param,\nit lists only company managers belonging to the specified company.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage company resources (`company_admin`) | View managers (`company_manager:read`) | Manage managers (`company_manager:write`) |\n" }, "response": [ { "id": "454546f0-b5dc-4386-b632-ccb59276aec6", "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}}/v1/company-managers?company_id=&page=&page_size=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers" ], "query": [ { "description": "A Company ID to filter the results (only applicable for Integration Partners).", "key": "company_id", "value": "" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "" }, { "description": "Change the amount of records returned per page, defaults to 20, limited to 100", "key": "page_size", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"company_managers\": [\n {\n \"company_id\": \"\",\n \"user_id\": \"\",\n \"user_name\": \"\",\n \"user_email\": \"\",\n \"role\": \"\"\n },\n {\n \"company_id\": \"\",\n \"user_id\": \"\",\n \"user_name\": \"\",\n \"user_email\": \"\",\n \"role\": \"\"\n }\n ],\n \"current_page\": \"\",\n \"total_count\": \"\",\n \"total_pages\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-454546f0-b5dc-4386-b632-ccb59276aec6" }, { "id": "2170d01f-7228-4184-9a4a-2af152cba7bb", "name": "Bad Request", "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}}/v1/company-managers?company_id=&page=&page_size=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers" ], "query": [ { "description": "A Company ID to filter the results (only applicable for Integration Partners).", "key": "company_id", "value": "" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "" }, { "description": "Change the amount of records returned per page, defaults to 20, limited to 100", "key": "page_size", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-2170d01f-7228-4184-9a4a-2af152cba7bb" }, { "id": "5009789f-dba1-4108-9144-7a8312a8ed01", "name": "Unauthorized", "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}}/v1/company-managers?company_id=&page=&page_size=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers" ], "query": [ { "description": "A Company ID to filter the results (only applicable for Integration Partners).", "key": "company_id", "value": "" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "" }, { "description": "Change the amount of records returned per page, defaults to 20, limited to 100", "key": "page_size", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-5009789f-dba1-4108-9144-7a8312a8ed01" }, { "id": "33d1ba9e-e171-4449-b1c9-2954142d46d8", "name": "Not Found", "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}}/v1/company-managers?company_id=&page=&page_size=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers" ], "query": [ { "description": "A Company ID to filter the results (only applicable for Integration Partners).", "key": "company_id", "value": "" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "" }, { "description": "Change the amount of records returned per page, defaults to 20, limited to 100", "key": "page_size", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-33d1ba9e-e171-4449-b1c9-2954142d46d8" }, { "id": "abb14066-046a-4819-8be0-34b7fc94e8c0", "name": "Unprocessable Entity", "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}}/v1/company-managers?company_id=&page=&page_size=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers" ], "query": [ { "description": "A Company ID to filter the results (only applicable for Integration Partners).", "key": "company_id", "value": "" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "" }, { "description": "Change the amount of records returned per page, defaults to 20, limited to 100", "key": "page_size", "value": "" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-abb14066-046a-4819-8be0-34b7fc94e8c0" }, { "id": "ea2e2f28-fae0-4be4-a3d1-ab506451ad65", "name": "Too many requests", "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}}/v1/company-managers?company_id=&page=&page_size=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers" ], "query": [ { "description": "A Company ID to filter the results (only applicable for Integration Partners).", "key": "company_id", "value": "" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "" }, { "description": "Change the amount of records returned per page, defaults to 20, limited to 100", "key": "page_size", "value": "" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Too many requests\"\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-ea2e2f28-fae0-4be4-a3d1-ab506451ad65" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-81f201ae-6eb8-4556-8b78-6cf8990712d5" }, { "name": "Create and invite a Company Manager", "id": "33a7197e-c3cb-46bb-a0cb-c9d57f640e53", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"email\": \"\",\n \"role\": \"\",\n \"company_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/company-managers?actions=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers" ], "query": [ { "description": "Complementary action(s) to perform when creating a company manager:\n\n- `no_invite` skips the email invitation step\n", "key": "actions", "value": "" } ] }, "description": "Create a Company Manager and sends the invitation email for signing in to the Remote Platform.\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage company resources (`company_admin`) | - | Manage managers (`company_manager:write`) |\n" }, "response": [ { "id": "6b567ea9-2820-4037-b9fe-68ed27287423", "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": "{\n \"name\": \"\",\n \"email\": \"\",\n \"role\": \"\",\n \"company_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/company-managers?actions=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers" ], "query": [ { "description": "Complementary action(s) to perform when creating a company manager:\n\n- `no_invite` skips the email invitation step\n", "key": "actions", "value": "" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"company_manager\": {\n \"company_id\": \"\",\n \"user_id\": \"\",\n \"user_name\": \"\",\n \"user_email\": \"\",\n \"role\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-6b567ea9-2820-4037-b9fe-68ed27287423" }, { "id": "14f82226-cbd1-45fa-a010-3292dfec888d", "name": "Bad Request", "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": "{\n \"name\": \"\",\n \"email\": \"\",\n \"role\": \"\",\n \"company_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/company-managers?actions=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers" ], "query": [ { "description": "Complementary action(s) to perform when creating a company manager:\n\n- `no_invite` skips the email invitation step\n", "key": "actions", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-14f82226-cbd1-45fa-a010-3292dfec888d" }, { "id": "9b440133-6eb7-49d7-9d33-ef12ccb1cf47", "name": "Unauthorized", "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": "{\n \"name\": \"\",\n \"email\": \"\",\n \"role\": \"\",\n \"company_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/company-managers?actions=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers" ], "query": [ { "description": "Complementary action(s) to perform when creating a company manager:\n\n- `no_invite` skips the email invitation step\n", "key": "actions", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-9b440133-6eb7-49d7-9d33-ef12ccb1cf47" }, { "id": "9e8159c2-9e30-4afc-896c-7a69bd844860", "name": "Not Found", "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": "{\n \"name\": \"\",\n \"email\": \"\",\n \"role\": \"\",\n \"company_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/company-managers?actions=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers" ], "query": [ { "description": "Complementary action(s) to perform when creating a company manager:\n\n- `no_invite` skips the email invitation step\n", "key": "actions", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-9e8159c2-9e30-4afc-896c-7a69bd844860" }, { "id": "7d529ae2-5bb7-4337-98ec-633c3a46f088", "name": "Unprocessable Entity", "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": "{\n \"name\": \"\",\n \"email\": \"\",\n \"role\": \"\",\n \"company_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/company-managers?actions=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers" ], "query": [ { "description": "Complementary action(s) to perform when creating a company manager:\n\n- `no_invite` skips the email invitation step\n", "key": "actions", "value": "" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-7d529ae2-5bb7-4337-98ec-633c3a46f088" }, { "id": "54e2c02f-9e16-4957-b230-929ff0de3105", "name": "Too many requests", "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": "{\n \"name\": \"\",\n \"email\": \"\",\n \"role\": \"\",\n \"company_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/company-managers?actions=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "company-managers" ], "query": [ { "description": "Complementary action(s) to perform when creating a company manager:\n\n- `no_invite` skips the email invitation step\n", "key": "actions", "value": "" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Too many requests\"\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-54e2c02f-9e16-4957-b230-929ff0de3105" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-33a7197e-c3cb-46bb-a0cb-c9d57f640e53" } ], "id": "91159b6a-fc46-49bb-b513-4469b3bc33b5", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-91159b6a-fc46-49bb-b513-4469b3bc33b5" } ], "id": "226fafbc-95c6-4737-8711-bc5ad2a8615a", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-226fafbc-95c6-4737-8711-bc5ad2a8615a" } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "company_department:read webhook:write magic_link:write offboarding:write custom_field:write address:write expense:read employment:write identity_verification:write timesheet:write travel_letter:write incentive:read personal_detail:read invoices:write work_authorization:write timeoff:write company_structure:read benefit_renewal:write benefit_offer:read employment_documents onboarding:write payroll_run:read risk_reserve:write invoices resignation_letter:read resignation:read convert_currency:read employments probation_document:read company_admin payroll help_center_article:read timesheet:read custom_field_value:write company_currencies:read payslip:read pay_item:write resignation:write custom_field:read payroll_calendar:read contract_amendment:write offboarding:read timeoff:read probation_document:write country:read webhook:read company_department:write company_manager:read pay_item:read contract_amendment:read company:read sso_configuration:write benefit_offer:write contract_eligibility:write benefit_renewal:read background_check:read custom_field_value:read expense:write identity_verification:read address:read document:write time_and_attendance employment_payments form:read work_authorization:read invoices:read incentive:write employment:read contract:read company_manager:write travel_letter:read document:read sso_configuration:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/auth/oauth2/token", "type": "string" }, { "key": "authUrl", "value": "/auth/oauth2/authorize", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://gateway.remote.com/" } ] }