{ "info": { "_postman_id": "1beb321b-3d91-453d-9ed2-3a51cc54eee2", "name": "Remote Address Details SCIM API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "lastUpdatedBy": "35240", "uid": "35240-1beb321b-3d91-453d-9ed2-3a51cc54eee2" }, "item": [ { "name": "v1", "item": [ { "name": "scim", "item": [ { "name": "v2", "item": [ { "name": "Users", "item": [ { "name": "{id}", "item": [ { "name": "Get user by ID via SCIM v2.0", "id": "221a87a4-525e-4d07-b91a-b55b68949e3d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users", ":id" ], "variable": [ { "id": "70613773-b440-48ad-afac-c7f4c12ee9c1", "key": "id", "value": "", "description": "(Required) User ID (slug)" } ] }, "description": "Retrieves a single user for the authenticated company by user ID" }, "response": [ { "id": "b6e80045-e91f-45d9-86a8-c3fc3245cdab", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"userName\": \"\",\n \"name\": {\n \"givenName\": \"\",\n \"familyName\": \"\",\n \"formatted\": \"\"\n },\n \"emails\": [\n {\n \"value\": \"\",\n \"type\": \"\",\n \"primary\": \"\"\n },\n {\n \"value\": \"\",\n \"type\": \"\",\n \"primary\": \"\"\n }\n ],\n \"active\": \"\",\n \"department\": \"\",\n \"employeeNumber\": \"\",\n \"manager\": {\n \"$ref\": \"\",\n \"displayName\": \"\",\n \"value\": \"\"\n },\n \"meta\": {\n \"created\": \"\",\n \"lastModified\": \"\",\n \"resourceType\": \"\"\n }\n}", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-b6e80045-e91f-45d9-86a8-c3fc3245cdab" }, { "id": "6cb952eb-89d6-4b9c-8f4b-a5d16fd9f39a", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-6cb952eb-89d6-4b9c-8f4b-a5d16fd9f39a" }, { "id": "d2de6276-3f06-415a-9b24-12c238321958", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-d2de6276-3f06-415a-9b24-12c238321958" }, { "id": "3edb78a2-9fa9-450b-ad4a-b2c391b48bab", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-3edb78a2-9fa9-450b-ad4a-b2c391b48bab" } ], "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-221a87a4-525e-4d07-b91a-b55b68949e3d" } ], "id": "b170dad6-9cdc-4da0-8756-106a066b7876", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-b170dad6-9cdc-4da0-8756-106a066b7876" }, { "name": "List users via SCIM v2.0", "id": "a40cbe46-9ef7-4c46-9ce5-8a4567762bf3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] }, "description": "Retrieves a list of users for the authenticated company following SCIM 2.0 standard" }, "response": [ { "id": "fd0c364e-5cb5-4f94-abb3-cde97fcc1602", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"totalResults\": \"\",\n \"startIndex\": \"\",\n \"itemsPerPage\": \"\",\n \"Resources\": [\n {\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"userName\": \"\",\n \"name\": {\n \"givenName\": \"\",\n \"familyName\": \"\",\n \"formatted\": \"\"\n },\n \"emails\": [\n {\n \"value\": \"\",\n \"type\": \"\",\n \"primary\": \"\"\n },\n {\n \"value\": \"\",\n \"type\": \"\",\n \"primary\": \"\"\n }\n ],\n \"active\": \"\",\n \"department\": \"\",\n \"employeeNumber\": \"\",\n \"manager\": {\n \"$ref\": \"\",\n \"displayName\": \"\",\n \"value\": \"\"\n },\n \"meta\": {\n \"created\": \"\",\n \"lastModified\": \"\",\n \"resourceType\": \"\"\n }\n },\n {\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"userName\": \"\",\n \"name\": {\n \"givenName\": \"\",\n \"familyName\": \"\",\n \"formatted\": \"\"\n },\n \"emails\": [\n {\n \"value\": \"\",\n \"type\": \"\",\n \"primary\": \"\"\n },\n {\n \"value\": \"\",\n \"type\": \"\",\n \"primary\": \"\"\n }\n ],\n \"active\": \"\",\n \"department\": \"\",\n \"employeeNumber\": \"\",\n \"manager\": {\n \"$ref\": \"\",\n \"displayName\": \"\",\n \"value\": \"\"\n },\n \"meta\": {\n \"created\": \"\",\n \"lastModified\": \"\",\n \"resourceType\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-fd0c364e-5cb5-4f94-abb3-cde97fcc1602" }, { "id": "a6e6c1e2-c094-40cf-8a10-61cd82134737", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-a6e6c1e2-c094-40cf-8a10-61cd82134737" }, { "id": "682e2ec2-d029-4173-9e5f-1a56b668c31e", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-682e2ec2-d029-4173-9e5f-1a56b668c31e" }, { "id": "9b6c51b7-ee4c-4967-87c7-0c5d36d38105", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-9b6c51b7-ee4c-4967-87c7-0c5d36d38105" }, { "id": "646bfa8a-f3db-463d-8397-b1ec0ce70e98", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-646bfa8a-f3db-463d-8397-b1ec0ce70e98" } ], "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-a40cbe46-9ef7-4c46-9ce5-8a4567762bf3" } ], "id": "b1732430-d17a-4470-8619-3c8621a4065f", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-b1732430-d17a-4470-8619-3c8621a4065f" }, { "name": "Groups", "item": [ { "name": "{id}", "item": [ { "name": "Get group by ID via SCIM v2.0", "id": "c105867b-e4fc-4508-91ab-bdf7cd4c26e6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups", ":id" ], "variable": [ { "id": "f0b45ccd-d554-451c-bb58-4966fbb75562", "key": "id", "value": "", "description": "(Required) Group ID (slug)" } ] }, "description": "Retrieves a single group (department) for the authenticated company by group ID" }, "response": [ { "id": "c1c9e678-8bb4-4f69-8dc4-e045b51426ae", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"displayName\": \"\",\n \"members\": [\n {\n \"value\": \"\",\n \"$ref\": \"\",\n \"display\": \"\"\n },\n {\n \"value\": \"\",\n \"$ref\": \"\",\n \"display\": \"\"\n }\n ],\n \"meta\": {\n \"created\": \"\",\n \"lastModified\": \"\",\n \"resourceType\": \"\"\n }\n}", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-c1c9e678-8bb4-4f69-8dc4-e045b51426ae" }, { "id": "23e66851-9e16-444c-8706-53e1f95d08d3", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-23e66851-9e16-444c-8706-53e1f95d08d3" }, { "id": "7274fff0-b9bc-4430-8d22-5efd4353371d", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-7274fff0-b9bc-4430-8d22-5efd4353371d" }, { "id": "189ac907-7370-4331-b071-3ee98c2161a5", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-189ac907-7370-4331-b071-3ee98c2161a5" } ], "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-c105867b-e4fc-4508-91ab-bdf7cd4c26e6" } ], "id": "5f3c3866-c591-4500-b004-302608b5f23d", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-5f3c3866-c591-4500-b004-302608b5f23d" }, { "name": "List groups via SCIM v2.0", "id": "0c88b5ea-1b48-48d0-9845-98bf694496b4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] }, "description": "Retrieves a list of groups (departments) for the authenticated company following SCIM 2.0 standard" }, "response": [ { "id": "89e746bc-0873-4026-9fe8-a69cc41ad23f", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"totalResults\": \"\",\n \"startIndex\": \"\",\n \"itemsPerPage\": \"\",\n \"Resources\": [\n {\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"displayName\": \"\",\n \"members\": [\n {\n \"value\": \"\",\n \"$ref\": \"\",\n \"display\": \"\"\n },\n {\n \"value\": \"\",\n \"$ref\": \"\",\n \"display\": \"\"\n }\n ],\n \"meta\": {\n \"created\": \"\",\n \"lastModified\": \"\",\n \"resourceType\": \"\"\n }\n },\n {\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"displayName\": \"\",\n \"members\": [\n {\n \"value\": \"\",\n \"$ref\": \"\",\n \"display\": \"\"\n },\n {\n \"value\": \"\",\n \"$ref\": \"\",\n \"display\": \"\"\n }\n ],\n \"meta\": {\n \"created\": \"\",\n \"lastModified\": \"\",\n \"resourceType\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-89e746bc-0873-4026-9fe8-a69cc41ad23f" }, { "id": "5bca7665-fc3b-40d1-94ca-55ccd0eadcf5", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-5bca7665-fc3b-40d1-94ca-55ccd0eadcf5" }, { "id": "2dcc3036-f370-40fa-a729-f54626d031c7", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-2dcc3036-f370-40fa-a729-f54626d031c7" }, { "id": "b99cb160-92eb-4e51-95f6-89e1855d8cf8", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-b99cb160-92eb-4e51-95f6-89e1855d8cf8" }, { "id": "1b5f18f0-ca2e-4464-88c6-b1e96dca390b", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-1b5f18f0-ca2e-4464-88c6-b1e96dca390b" } ], "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-0c88b5ea-1b48-48d0-9845-98bf694496b4" } ], "id": "bc00e70c-1f8a-4369-9c96-2c0e2c95deae", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-bc00e70c-1f8a-4369-9c96-2c0e2c95deae" } ], "id": "36bd0690-f003-4c91-9153-527727d6e0c0", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-36bd0690-f003-4c91-9153-527727d6e0c0" } ], "id": "c409f5ad-788f-4e72-8443-389dd79895e7", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-c409f5ad-788f-4e72-8443-389dd79895e7" } ], "id": "97d7c1a7-54fc-4ebf-aa35-411a96a2708b", "createdAt": "2026-07-28T02:47:45.000Z", "updatedAt": "2026-07-28T02:47:45.000Z", "uid": "35240-97d7c1a7-54fc-4ebf-aa35-411a96a2708b" } ], "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/" } ] }