{ "info": { "_postman_id": "9af2888c-cc10-47db-af78-f98f532f93d2", "name": "Amigo Account User API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "lastUpdatedBy": "35240", "uid": "35240-9af2888c-cc10-47db-af78-f98f532f93d2" }, "item": [ { "name": "v1", "item": [ { "name": "{organization}", "item": [ { "name": "user", "item": [ { "name": "signin_with_api_key", "item": [ { "name": "Sign in with API key", "id": "aec0826b-5fe6-4d10-9ead-f0ec90d2befe", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) The value of the API key.", "key": "x-api-key", "value": "" }, { "description": "(Required) The ID of the API key.", "key": "x-api-key-id", "value": "" }, { "description": "(Required) The ID of the user to sign in as.", "key": "x-user-id", "value": "" }, { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/signin_with_api_key", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "signin_with_api_key" ], "variable": [ { "id": "77b31b3e-8009-4b37-adad-2fd7570a0ec4", "key": "organization", "value": "", "description": "(Required) " } ] }, "description": "Given an organization API key, issue an authorization token for the specified user. The token should then be attached to the `Authorization` header in subsequent Amigo API calls.\n\nThis is an alternative authorization method for users who cannot use the Amigo frontend to login and authenticate." }, "response": [ { "id": "0099eca7-9e39-4602-acd0-02008c0864e1", "name": "Succeeded.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The value of the API key.", "key": "x-api-key", "value": "" }, { "description": "(Required) The ID of the API key.", "key": "x-api-key-id", "value": "" }, { "description": "(Required) The ID of the user to sign in as.", "key": "x-user-id", "value": "" }, { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/signin_with_api_key", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "signin_with_api_key" ], "variable": [ { "key": "organization" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id_token\": \"\",\n \"expires_at\": \"\"\n}", "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-0099eca7-9e39-4602-acd0-02008c0864e1" }, { "id": "b7527a7e-b780-458a-af63-4877cb26c0d6", "name": "API key not found, is incorrect, or the requested user is not found.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The value of the API key.", "key": "x-api-key", "value": "" }, { "description": "(Required) The ID of the API key.", "key": "x-api-key-id", "value": "" }, { "description": "(Required) The ID of the user to sign in as.", "key": "x-user-id", "value": "" }, { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/signin_with_api_key", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "signin_with_api_key" ], "variable": [ { "key": "organization" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-b7527a7e-b780-458a-af63-4877cb26c0d6" }, { "id": "6728f17d-50b9-42eb-b9aa-e832c6377831", "name": "Specified organization is not found.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The value of the API key.", "key": "x-api-key", "value": "" }, { "description": "(Required) The ID of the API key.", "key": "x-api-key-id", "value": "" }, { "description": "(Required) The ID of the user to sign in as.", "key": "x-user-id", "value": "" }, { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/signin_with_api_key", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "signin_with_api_key" ], "variable": [ { "key": "organization" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-6728f17d-50b9-42eb-b9aa-e832c6377831" }, { "id": "4e5a0b20-4b4b-41b0-b8b0-a6cbe807f2bc", "name": "Invalid request path parameter failed validation.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The value of the API key.", "key": "x-api-key", "value": "" }, { "description": "(Required) The ID of the API key.", "key": "x-api-key-id", "value": "" }, { "description": "(Required) The ID of the user to sign in as.", "key": "x-user-id", "value": "" }, { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/signin_with_api_key", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "signin_with_api_key" ], "variable": [ { "key": "organization" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-4e5a0b20-4b4b-41b0-b8b0-a6cbe807f2bc" }, { "id": "d608b36c-0d3f-4e54-8af7-f301dc320725", "name": "The user has exceeded the rate limit of 5 requests per minute for this endpoint.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The value of the API key.", "key": "x-api-key", "value": "" }, { "description": "(Required) The ID of the API key.", "key": "x-api-key-id", "value": "" }, { "description": "(Required) The ID of the user to sign in as.", "key": "x-user-id", "value": "" }, { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/signin_with_api_key", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "signin_with_api_key" ], "variable": [ { "key": "organization" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-d608b36c-0d3f-4e54-8af7-f301dc320725" }, { "id": "c9bf895e-d6c5-48eb-9670-61c6cb59d9d0", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The value of the API key.", "key": "x-api-key", "value": "" }, { "description": "(Required) The ID of the API key.", "key": "x-api-key-id", "value": "" }, { "description": "(Required) The ID of the user to sign in as.", "key": "x-user-id", "value": "" }, { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/signin_with_api_key", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "signin_with_api_key" ], "variable": [ { "key": "organization" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-c9bf895e-d6c5-48eb-9670-61c6cb59d9d0" } ], "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-aec0826b-5fe6-4d10-9ead-f0ec90d2befe" } ], "id": "3bda2bbe-2945-4a6b-ab10-8fc93a15063e", "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-3bda2bbe-2945-4a6b-ab10-8fc93a15063e" }, { "name": "signin", "item": [ { "name": "Sign in with email", "id": "88f52381-7d21-4ce2-85f6-a665acbdc948", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"redirect_link\": \"\",\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/signin", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "signin" ], "variable": [ { "id": "7db2196e-78bf-496a-860b-e924a26ba375", "key": "organization", "value": "", "description": "(Required) " } ] }, "description": "Send a magic link to the user's email to sign in. If the specified email doesn't correspond to an user, the endpoint succeeds silently." }, "response": [ { "id": "6eb6a84e-33a4-4b25-97de-153de02a62d5", "name": "Succeeded.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"redirect_link\": \"\",\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/signin", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "signin" ], "variable": [ { "key": "organization" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-6eb6a84e-33a4-4b25-97de-153de02a62d5" }, { "id": "aff4db40-9ede-4654-950a-1efd07c0a456", "name": "Specified organization is not found.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"redirect_link\": \"\",\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/signin", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "signin" ], "variable": [ { "key": "organization" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-aff4db40-9ede-4654-950a-1efd07c0a456" }, { "id": "6ffb691e-7e11-405b-8f5a-ea23ac75559c", "name": "Invalid request path parameter or request body failed validation.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"redirect_link\": \"\",\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/signin", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "signin" ], "variable": [ { "key": "organization" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-6ffb691e-7e11-405b-8f5a-ea23ac75559c" }, { "id": "063f86d6-9403-4d02-900a-090a6c242498", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"redirect_link\": \"\",\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/signin", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "signin" ], "variable": [ { "key": "organization" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-063f86d6-9403-4d02-900a-090a6c242498" } ], "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-88f52381-7d21-4ce2-85f6-a665acbdc948" } ], "id": "bea2bd4d-802a-48c1-a7a3-e7d93b492617", "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-bea2bd4d-802a-48c1-a7a3-e7d93b492617" }, { "name": "{requested_user_id}", "item": [ { "name": "variable", "item": [ { "name": "Modify the variables of an user", "id": "cbfb70b7-b63b-4dc3-a31f-3da12c4e3a62", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id/variable", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id", "variable" ], "variable": [ { "id": "7ff7a389-5236-4281-a941-5aa8c8690b0e", "key": "organization", "value": "", "description": "(Required) " }, { "id": "bf239b8c-d1ba-4c3a-8273-4957ce809094", "key": "requested_user_id", "value": "", "description": "(Required) The identifier of the user to update information for." } ] }, "description": "Upsert or delete the user's variables. These changes are only reflected in tool invocations that are not yet made.\n\n#### Permissions\nThis endpoint requires the following permissions:\n* `User:UpdateUserInfo` for the user to modify variables for." }, "response": [ { "id": "6e0b5d9f-91df-4084-b92b-3d3d44ef83a1", "name": "Succeeded.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id/variable", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id", "variable" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-6e0b5d9f-91df-4084-b92b-3d3d44ef83a1" }, { "id": "b23d5ced-e692-48c9-99e4-9aad596af338", "name": "One or more variables to delete do not exist, or the user has exceeded the limit of 20 nonsensitive variables.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id/variable", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id", "variable" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-b23d5ced-e692-48c9-99e4-9aad596af338" }, { "id": "8e04ede1-ebda-495e-a800-8c0c38972d54", "name": "Invalid authorization credentials.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id/variable", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id", "variable" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-8e04ede1-ebda-495e-a800-8c0c38972d54" }, { "id": "e093c128-38c3-4317-9549-0017e6d48720", "name": "Missing required permissions.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id/variable", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id", "variable" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-e093c128-38c3-4317-9549-0017e6d48720" }, { "id": "a6ae889f-593a-44fa-b884-a598df8894ab", "name": "Specified organization or user is not found.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id/variable", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id", "variable" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-a6ae889f-593a-44fa-b884-a598df8894ab" }, { "id": "4c6b876b-6837-450a-a9a9-7224b7ea59e7", "name": "Invalid request path parameter or request body failed validation.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id/variable", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id", "variable" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-4c6b876b-6837-450a-a9a9-7224b7ea59e7" }, { "id": "1b312c4b-d247-4ad9-b3ca-0cfb977c5bcd", "name": "The user has exceeded the rate limit of 50 requests per minute for this endpoint.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id/variable", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id", "variable" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-1b312c4b-d247-4ad9-b3ca-0cfb977c5bcd" }, { "id": "142907cb-2805-41a6-b56a-cfc22c4f695b", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id/variable", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id", "variable" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-142907cb-2805-41a6-b56a-cfc22c4f695b" } ], "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-cbfb70b7-b63b-4dc3-a31f-3da12c4e3a62" } ], "id": "4be15dd5-9d7a-4b8c-9e8b-f7360c76bcba", "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-4be15dd5-9d7a-4b8c-9e8b-f7360c76bcba" }, { "name": "Update user info", "id": "cd7065b4-4c62-45a8-afa6-889ad5869687", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"enable_response_recommendation\": \"\",\n \"preferred_language\": \"wle\",\n \"timezone\": \"America/Fort_Nelson\",\n \"conversations_visible_to_admins\": \"\",\n \"user_model_visible_to_admins\": \"\",\n \"additional_context\": [\n \"\"\n ],\n \"audio_keyterms\": [\n \"mrezmx ougcbyx prdpfb-da\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id" ], "variable": [ { "id": "dd77563e-0366-407f-900a-ad8ef9e10956", "key": "organization", "value": "", "description": "(Required) " }, { "id": "1e744e5f-207e-4bae-a90b-bd560947b18a", "key": "requested_user_id", "value": "", "description": "(Required) The identifier of the user to update information for." } ] }, "description": "Update information about an user. Only fields that are specified in the request are updated.\n\n#### Permissions\nThis endpoint requires the following permissions:\n* `User:UpdateUserInfo` for the user to update." }, "response": [ { "id": "d84f8390-5a01-4bba-959e-8a5581dc35d6", "name": "Succeeded.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"enable_response_recommendation\": \"\",\n \"preferred_language\": \"wle\",\n \"timezone\": \"America/Fort_Nelson\",\n \"conversations_visible_to_admins\": \"\",\n \"user_model_visible_to_admins\": \"\",\n \"additional_context\": [\n \"\"\n ],\n \"audio_keyterms\": [\n \"mrezmx ougcbyx prdpfb-da\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-d84f8390-5a01-4bba-959e-8a5581dc35d6" }, { "id": "f1df9bcc-606c-4f87-bc8e-1d7a3659967d", "name": "Invalid authorization credentials.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"enable_response_recommendation\": \"\",\n \"preferred_language\": \"wle\",\n \"timezone\": \"America/Fort_Nelson\",\n \"conversations_visible_to_admins\": \"\",\n \"user_model_visible_to_admins\": \"\",\n \"additional_context\": [\n \"\"\n ],\n \"audio_keyterms\": [\n \"mrezmx ougcbyx prdpfb-da\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-f1df9bcc-606c-4f87-bc8e-1d7a3659967d" }, { "id": "8e3cd21a-6087-4572-8554-93dd24d91ab5", "name": "Missing required permissions.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"enable_response_recommendation\": \"\",\n \"preferred_language\": \"wle\",\n \"timezone\": \"America/Fort_Nelson\",\n \"conversations_visible_to_admins\": \"\",\n \"user_model_visible_to_admins\": \"\",\n \"additional_context\": [\n \"\"\n ],\n \"audio_keyterms\": [\n \"mrezmx ougcbyx prdpfb-da\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-8e3cd21a-6087-4572-8554-93dd24d91ab5" }, { "id": "a9714aec-b949-4eeb-8559-600a5e57f041", "name": "Specified organization or user is not found.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"enable_response_recommendation\": \"\",\n \"preferred_language\": \"wle\",\n \"timezone\": \"America/Fort_Nelson\",\n \"conversations_visible_to_admins\": \"\",\n \"user_model_visible_to_admins\": \"\",\n \"additional_context\": [\n \"\"\n ],\n \"audio_keyterms\": [\n \"mrezmx ougcbyx prdpfb-da\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-a9714aec-b949-4eeb-8559-600a5e57f041" }, { "id": "bf02f93e-266a-4fc7-9353-ce09a6e1725b", "name": "A related operation is in progress.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"enable_response_recommendation\": \"\",\n \"preferred_language\": \"wle\",\n \"timezone\": \"America/Fort_Nelson\",\n \"conversations_visible_to_admins\": \"\",\n \"user_model_visible_to_admins\": \"\",\n \"additional_context\": [\n \"\"\n ],\n \"audio_keyterms\": [\n \"mrezmx ougcbyx prdpfb-da\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-bf02f93e-266a-4fc7-9353-ce09a6e1725b" }, { "id": "47a9d384-2491-41ac-a9de-8b59fe291a88", "name": "Invalid request path parameter or request body failed validation.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"enable_response_recommendation\": \"\",\n \"preferred_language\": \"wle\",\n \"timezone\": \"America/Fort_Nelson\",\n \"conversations_visible_to_admins\": \"\",\n \"user_model_visible_to_admins\": \"\",\n \"additional_context\": [\n \"\"\n ],\n \"audio_keyterms\": [\n \"mrezmx ougcbyx prdpfb-da\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-47a9d384-2491-41ac-a9de-8b59fe291a88" }, { "id": "81636eef-202c-4f41-a242-438213870050", "name": "The user has exceeded the rate limit of 50 requests per minute for this endpoint.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"enable_response_recommendation\": \"\",\n \"preferred_language\": \"wle\",\n \"timezone\": \"America/Fort_Nelson\",\n \"conversations_visible_to_admins\": \"\",\n \"user_model_visible_to_admins\": \"\",\n \"additional_context\": [\n \"\"\n ],\n \"audio_keyterms\": [\n \"mrezmx ougcbyx prdpfb-da\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-81636eef-202c-4f41-a242-438213870050" }, { "id": "270dab56-e2e5-4acf-b612-831f91d85477", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"enable_response_recommendation\": \"\",\n \"preferred_language\": \"wle\",\n \"timezone\": \"America/Fort_Nelson\",\n \"conversations_visible_to_admins\": \"\",\n \"user_model_visible_to_admins\": \"\",\n \"additional_context\": [\n \"\"\n ],\n \"audio_keyterms\": [\n \"mrezmx ougcbyx prdpfb-da\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-270dab56-e2e5-4acf-b612-831f91d85477" } ], "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-cd7065b4-4c62-45a8-afa6-889ad5869687" }, { "name": "Delete an user", "id": "8b6c0d5d-9e40-4d53-a4ec-879214c959ab", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id" ], "variable": [ { "id": "ef93ccf1-b3a1-4549-aeec-f15747076634", "key": "organization", "value": "", "description": "(Required) " }, { "id": "a2c3aebf-e0d2-4f78-8322-1db31c9e5785", "key": "requested_user_id", "value": "", "description": "(Required) The identifier of the user to delete." } ] }, "description": "Delete an user. This endpoint deletes the user from the Amigo system.\n\n#### Permissions\nThis endpoint requires the following permissions:\n* `User.DeleteUser` on the user to delete." }, "response": [ { "id": "584c2871-1230-4e99-b34b-d9d303a61ba6", "name": "Succeeded.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-584c2871-1230-4e99-b34b-d9d303a61ba6" }, { "id": "feb09bf5-b3a0-4293-8ba2-549930f2afaa", "name": "The user is currently active in Actions development.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-feb09bf5-b3a0-4293-8ba2-549930f2afaa" }, { "id": "b4741b52-7f0c-4f3a-a37f-8ba475c7faf9", "name": "Invalid authorization credentials.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-b4741b52-7f0c-4f3a-a37f-8ba475c7faf9" }, { "id": "0ec73c55-ce12-4803-9b8c-46ff0fd44c45", "name": "Missing required permissions.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-0ec73c55-ce12-4803-9b8c-46ff0fd44c45" }, { "id": "6c915799-1a08-4e84-bcab-e3b88b2b2cc9", "name": "Specified organization or user is not found.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-6c915799-1a08-4e84-bcab-e3b88b2b2cc9" }, { "id": "4083182e-a9c3-448b-a6db-5370e2b0f20c", "name": "A related operation is in progress.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-4083182e-a9c3-448b-a6db-5370e2b0f20c" }, { "id": "3ff97c8f-fbaf-42bb-8274-5477604a71bd", "name": "Invalid request path parameter failed validation.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-3ff97c8f-fbaf-42bb-8274-5477604a71bd" }, { "id": "c0686688-531e-44db-8f19-f86d393955f1", "name": "The user has exceeded the rate limit of 500 requests per minute for this endpoint.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-c0686688-531e-44db-8f19-f86d393955f1" }, { "id": "e458e4ef-69be-4793-9a98-31ce955c4096", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:requested_user_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":requested_user_id" ], "variable": [ { "key": "organization" }, { "key": "requested_user_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-e458e4ef-69be-4793-9a98-31ce955c4096" } ], "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-8b6c0d5d-9e40-4d53-a4ec-879214c959ab" } ], "id": "1007d129-5ad3-4370-8404-aec0f7ddc5fb", "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-1007d129-5ad3-4370-8404-aec0f7ddc5fb" }, { "name": "{user_id}", "item": [ { "name": "user_model", "item": [ { "name": "Get user model", "id": "984b2926-4f77-4371-83af-9b4e9014a72b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:user_id/user_model", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":user_id", "user_model" ], "variable": [ { "id": "7361a6af-4ba1-4402-b648-534a9793b4c8", "key": "organization", "value": "", "description": "(Required) " }, { "id": "2eb8e19b-6bdb-4ae1-9146-c24df1802649", "key": "user_id", "value": "", "description": "(Required) The ID of the user whose user models to retrieve." } ] }, "description": "Retrieve the user models for an user.\n\n#### Permissions\nThis endpoint requires the following permissions:\n* `User:GetUserModel` for the user to retrieve the user models for." }, "response": [ { "id": "3ed633e6-f096-4813-99b9-94392b52603d", "name": "Succeeded.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:user_id/user_model", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":user_id", "user_model" ], "variable": [ { "key": "organization" }, { "key": "user_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"user_models\": [\n {\n \"content\": \"\",\n \"insight_ids\": [\n \"\",\n \"\"\n ],\n \"dimensions\": [\n {\n \"description\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n },\n {\n \"description\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"content\": \"\",\n \"insight_ids\": [\n \"\",\n \"\"\n ],\n \"dimensions\": [\n {\n \"description\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n },\n {\n \"description\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"additional_context\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-3ed633e6-f096-4813-99b9-94392b52603d" }, { "id": "6bba2f90-8067-4b2b-83de-263ca99f62fb", "name": "Invalid authorization credentials.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:user_id/user_model", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":user_id", "user_model" ], "variable": [ { "key": "organization" }, { "key": "user_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-6bba2f90-8067-4b2b-83de-263ca99f62fb" }, { "id": "3b5011be-550f-44c0-b606-e9f61335e147", "name": "Missing required permissions.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:user_id/user_model", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":user_id", "user_model" ], "variable": [ { "key": "organization" }, { "key": "user_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-3b5011be-550f-44c0-b606-e9f61335e147" }, { "id": "d036abab-c7eb-40da-830c-1dc40b59a390", "name": "Specified organization or user is not found.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:user_id/user_model", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":user_id", "user_model" ], "variable": [ { "key": "organization" }, { "key": "user_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-d036abab-c7eb-40da-830c-1dc40b59a390" }, { "id": "24e7b784-1f5a-43e3-8070-89db0a31e33e", "name": "Invalid request path parameter failed validation.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:user_id/user_model", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":user_id", "user_model" ], "variable": [ { "key": "organization" }, { "key": "user_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-24e7b784-1f5a-43e3-8070-89db0a31e33e" }, { "id": "ebe37d50-02eb-4420-b656-0718bb316402", "name": "The user has exceeded the rate limit of 60 requests per minute for this endpoint.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:user_id/user_model", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":user_id", "user_model" ], "variable": [ { "key": "organization" }, { "key": "user_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-ebe37d50-02eb-4420-b656-0718bb316402" }, { "id": "37d097d0-0927-4ddc-84e8-c23c5dfa1daa", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:user_id/user_model", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":user_id", "user_model" ], "variable": [ { "key": "organization" }, { "key": "user_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-37d097d0-0927-4ddc-84e8-c23c5dfa1daa" } ], "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-984b2926-4f77-4371-83af-9b4e9014a72b" } ], "id": "5dd1fc69-a0c5-4db7-b949-742d1ee5f2ff", "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-5dd1fc69-a0c5-4db7-b949-742d1ee5f2ff" }, { "name": "memory", "item": [ { "name": "Get memories", "id": "51d47dda-b45d-4e94-b54d-a2f57fe5f824", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:user_id/memory?limit=50&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":user_id", "memory" ], "query": [ { "description": "The maximum number of memories to retrieve.", "key": "limit", "value": "50" }, { "description": "The token from the previous request to return the next page of memories.", "key": "continuation_token", "value": "0" } ], "variable": [ { "id": "d996b2b3-e2f0-4061-9887-e6ce73536971", "key": "organization", "value": "", "description": "(Required) " }, { "id": "93d2ec40-5b64-416c-8b98-791e6b31d053", "key": "user_id", "value": "", "description": "(Required) The ID of the user to retrieve memories for." } ] }, "description": "Retrieve memories for the specified users.\n\n#### Permissions\nThis endpoint may be impacted by the following permissions:\n* Only memories with references that the authenticated user has the `Conversation:GetMessage` permission on will be returned." }, "response": [ { "id": "a5c078fa-5867-4765-b5ce-9c052b20d430", "name": "Succeeded.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:user_id/memory?limit=50&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":user_id", "memory" ], "query": [ { "description": "The maximum number of memories to retrieve.", "key": "limit", "value": "50" }, { "description": "The token from the previous request to return the next page of memories.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "user_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"memories\": [\n {\n \"id\": \"\",\n \"created_at\": \"\",\n \"conversation_id\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"content\": \"\",\n \"context\": \"\"\n },\n {\n \"id\": \"\",\n \"created_at\": \"\",\n \"conversation_id\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"content\": \"\",\n \"context\": \"\"\n }\n ],\n \"has_more\": \"\",\n \"continuation_token\": \"\"\n}", "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-a5c078fa-5867-4765-b5ce-9c052b20d430" }, { "id": "d4418758-0ea3-4d3e-b8bb-1ecffe91c0f6", "name": "Invalid authorization credentials.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:user_id/memory?limit=50&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":user_id", "memory" ], "query": [ { "description": "The maximum number of memories to retrieve.", "key": "limit", "value": "50" }, { "description": "The token from the previous request to return the next page of memories.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "user_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-d4418758-0ea3-4d3e-b8bb-1ecffe91c0f6" }, { "id": "cc21df77-54d4-4c76-a587-68010b12e35e", "name": "Missing required permissions.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:user_id/memory?limit=50&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":user_id", "memory" ], "query": [ { "description": "The maximum number of memories to retrieve.", "key": "limit", "value": "50" }, { "description": "The token from the previous request to return the next page of memories.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "user_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-cc21df77-54d4-4c76-a587-68010b12e35e" }, { "id": "42a5053e-ed40-4c46-8e46-9699a84e9cf2", "name": "Specified organization or user is not found.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:user_id/memory?limit=50&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":user_id", "memory" ], "query": [ { "description": "The maximum number of memories to retrieve.", "key": "limit", "value": "50" }, { "description": "The token from the previous request to return the next page of memories.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "user_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-42a5053e-ed40-4c46-8e46-9699a84e9cf2" }, { "id": "d4df6a5c-47e2-4d7d-849f-90951b9cf1d1", "name": "Invalid request path parameter or request query parameter failed validation.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:user_id/memory?limit=50&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":user_id", "memory" ], "query": [ { "description": "The maximum number of memories to retrieve.", "key": "limit", "value": "50" }, { "description": "The token from the previous request to return the next page of memories.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "user_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-d4df6a5c-47e2-4d7d-849f-90951b9cf1d1" }, { "id": "229a59c7-887f-4907-85a7-ccc03d78c69b", "name": "The user has exceeded the rate limit of 40 requests per minute for this endpoint.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:user_id/memory?limit=50&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":user_id", "memory" ], "query": [ { "description": "The maximum number of memories to retrieve.", "key": "limit", "value": "50" }, { "description": "The token from the previous request to return the next page of memories.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "user_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-229a59c7-887f-4907-85a7-ccc03d78c69b" }, { "id": "2354a0bc-56dd-4b03-9da0-50d9984b253c", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/:user_id/memory?limit=50&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", ":user_id", "memory" ], "query": [ { "description": "The maximum number of memories to retrieve.", "key": "limit", "value": "50" }, { "description": "The token from the previous request to return the next page of memories.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "user_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-2354a0bc-56dd-4b03-9da0-50d9984b253c" } ], "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-51d47dda-b45d-4e94-b54d-a2f57fe5f824" } ], "id": "7dc60318-f264-46f1-b160-5e2c8f88038f", "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-7dc60318-f264-46f1-b160-5e2c8f88038f" } ], "id": "dd244052-1b14-4b52-8a1d-da50dc4f439f", "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-dd244052-1b14-4b52-8a1d-da50dc4f439f" }, { "name": "search", "item": [ { "name": "Search users", "id": "8824c9c2-5052-4ae6-80dc-46bde4084f61", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/search/?query=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "search", "" ], "query": [ { "description": "(Required) The search query. Any users whose name or email contains the query are returned.", "key": "query", "value": "" } ], "variable": [ { "id": "42958e65-ab7d-4ec3-8c1a-4e51a64cad6b", "key": "organization", "value": "", "description": "(Required) " } ] }, "description": "Search users in the organization using their names or emails.\n\n#### Permissions\nThis endpoint may be impacted by the following permissions:\n* Only users that the authenticated user has the `User:GetUserInfo` permission for will be returned." }, "response": [ { "id": "eeb3f5a9-895b-49e4-b7f4-33bdbb2150db", "name": "Succeeded.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/search/?query=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "search", "" ], "query": [ { "description": "(Required) The search query. Any users whose name or email contains the query are returned.", "key": "query", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"users\": [\n {\n \"org_id\": \"\",\n \"user_id\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"user_stats\": {\n \"num_conversations\": \"\",\n \"num_messages\": \"\",\n \"last_message_time\": \"\"\n },\n \"role\": \"\",\n \"preferences\": {\n \"enable_response_recommendation\": false,\n \"preferred_language\": \"\",\n \"conversations_visible_to_admins\": true,\n \"user_model_visible_to_admins\": true,\n \"timezone\": \"\"\n },\n \"nonsensitive_variables\": {\n \"dolorc\": \"\",\n \"aliquad\": \"\",\n \"adipisicing1\": \"\"\n },\n \"sensitive_variables\": [\n \"\",\n \"\"\n ]\n },\n {\n \"org_id\": \"\",\n \"user_id\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"user_stats\": {\n \"num_conversations\": \"\",\n \"num_messages\": \"\",\n \"last_message_time\": \"\"\n },\n \"role\": \"\",\n \"preferences\": {\n \"enable_response_recommendation\": false,\n \"preferred_language\": \"\",\n \"conversations_visible_to_admins\": true,\n \"user_model_visible_to_admins\": true,\n \"timezone\": \"\"\n },\n \"nonsensitive_variables\": {\n \"eiusmod4\": \"\",\n \"laborum_5\": \"\",\n \"in_f\": \"\",\n \"proident_99\": \"\"\n },\n \"sensitive_variables\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-eeb3f5a9-895b-49e4-b7f4-33bdbb2150db" }, { "id": "db6c9005-7249-444b-9094-72ff1b8bd36b", "name": "Invalid authorization credentials.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/search/?query=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "search", "" ], "query": [ { "description": "(Required) The search query. Any users whose name or email contains the query are returned.", "key": "query", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-db6c9005-7249-444b-9094-72ff1b8bd36b" }, { "id": "1d41e66b-fa3d-4d27-8952-63a6cdeb1fd4", "name": "Missing required permissions.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/search/?query=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "search", "" ], "query": [ { "description": "(Required) The search query. Any users whose name or email contains the query are returned.", "key": "query", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-1d41e66b-fa3d-4d27-8952-63a6cdeb1fd4" }, { "id": "53e5172d-e513-410c-86a8-8030c7abeebc", "name": "Specified organization is not found.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/search/?query=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "search", "" ], "query": [ { "description": "(Required) The search query. Any users whose name or email contains the query are returned.", "key": "query", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-53e5172d-e513-410c-86a8-8030c7abeebc" }, { "id": "2da03244-3f5b-4c62-aae1-1b9342b056f6", "name": "Invalid request path parameter or request query parameter failed validation.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/search/?query=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "search", "" ], "query": [ { "description": "(Required) The search query. Any users whose name or email contains the query are returned.", "key": "query", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-2da03244-3f5b-4c62-aae1-1b9342b056f6" }, { "id": "87871416-5bcd-4a39-b1ab-132c1047f9fc", "name": "The user has exceeded the rate limit of 50 requests per minute for this endpoint.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/search/?query=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "search", "" ], "query": [ { "description": "(Required) The search query. Any users whose name or email contains the query are returned.", "key": "query", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-87871416-5bcd-4a39-b1ab-132c1047f9fc" }, { "id": "f4679f9b-ec90-4884-ab74-6cdb48c02877", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/search/?query=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "search", "" ], "query": [ { "description": "(Required) The search query. Any users whose name or email contains the query are returned.", "key": "query", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-f4679f9b-ec90-4884-ab74-6cdb48c02877" } ], "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-8824c9c2-5052-4ae6-80dc-46bde4084f61" } ], "id": "5d2db1d6-ca91-4dc8-b1b1-1481122e9aae", "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-5d2db1d6-ca91-4dc8-b1b1-1481122e9aae" }, { "name": "Create a new user", "id": "f6ca5361-cd6b-4fbd-8061-33d376633d4c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"role_name\": \"\",\n \"login_link\": \"\",\n \"nonsensitive_user_variables\": {},\n \"sensitive_user_variables\": {},\n \"user_preferences\": {\n \"enable_response_recommendation\": false,\n \"preferred_language\": \"tdb\",\n \"conversations_visible_to_admins\": true,\n \"user_model_visible_to_admins\": true,\n \"timezone\": \"Antarctica/Rothera\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "" ], "variable": [ { "id": "b105b7ac-85af-4377-91d5-9deb0becd4b4", "key": "organization", "value": "", "description": "(Required) " } ] }, "description": "Invite a user to the Amigo platform. The endpoint will create a new user in the organization, linked to the\nsupplied email address. The created user will remain in the unverified status and will not have access to most of Amigo's services.\n\nIf `login_link` is not-`None`, an email containing it will be sent to the user's email with descriptions indicating that this would allow the user to login\nand start their Amigo experience. Otherwise, no email will be sent.\n\n#### Permissions\nThis endpoint requires the following permissions:\n* `User:InviteUser` on the user to invite.\n* The authenticated user must have greater privileges than the role assigned to the new user." }, "response": [ { "id": "3a518c17-70cc-4115-a0f3-0e8e5a56a1ad", "name": "Succeeded", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"role_name\": \"\",\n \"login_link\": \"\",\n \"nonsensitive_user_variables\": {},\n \"sensitive_user_variables\": {},\n \"user_preferences\": {\n \"enable_response_recommendation\": false,\n \"preferred_language\": \"tdb\",\n \"conversations_visible_to_admins\": true,\n \"user_model_visible_to_admins\": true,\n \"timezone\": \"Antarctica/Rothera\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"user_id\": \"\",\n \"verify_link\": \"\"\n}", "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-3a518c17-70cc-4115-a0f3-0e8e5a56a1ad" }, { "id": "6118e565-4cc2-4412-9aa8-32eb6c19e579", "name": "Invalid authorization credentials.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"role_name\": \"\",\n \"login_link\": \"\",\n \"nonsensitive_user_variables\": {},\n \"sensitive_user_variables\": {},\n \"user_preferences\": {\n \"enable_response_recommendation\": false,\n \"preferred_language\": \"tdb\",\n \"conversations_visible_to_admins\": true,\n \"user_model_visible_to_admins\": true,\n \"timezone\": \"Antarctica/Rothera\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-6118e565-4cc2-4412-9aa8-32eb6c19e579" }, { "id": "4e993162-2638-45ed-9ec7-0e7298267cfd", "name": "Missing required permissions.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"role_name\": \"\",\n \"login_link\": \"\",\n \"nonsensitive_user_variables\": {},\n \"sensitive_user_variables\": {},\n \"user_preferences\": {\n \"enable_response_recommendation\": false,\n \"preferred_language\": \"tdb\",\n \"conversations_visible_to_admins\": true,\n \"user_model_visible_to_admins\": true,\n \"timezone\": \"Antarctica/Rothera\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-4e993162-2638-45ed-9ec7-0e7298267cfd" }, { "id": "dd9195c1-a9b4-4c0a-9f6b-0877498ef83b", "name": "Specified organization or role is not found.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"role_name\": \"\",\n \"login_link\": \"\",\n \"nonsensitive_user_variables\": {},\n \"sensitive_user_variables\": {},\n \"user_preferences\": {\n \"enable_response_recommendation\": false,\n \"preferred_language\": \"tdb\",\n \"conversations_visible_to_admins\": true,\n \"user_model_visible_to_admins\": true,\n \"timezone\": \"Antarctica/Rothera\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-dd9195c1-a9b4-4c0a-9f6b-0877498ef83b" }, { "id": "706b8eef-08ba-4d65-a633-85b602336f61", "name": "User with the same email already exists in this organization, or a related operation is in progress.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"role_name\": \"\",\n \"login_link\": \"\",\n \"nonsensitive_user_variables\": {},\n \"sensitive_user_variables\": {},\n \"user_preferences\": {\n \"enable_response_recommendation\": false,\n \"preferred_language\": \"tdb\",\n \"conversations_visible_to_admins\": true,\n \"user_model_visible_to_admins\": true,\n \"timezone\": \"Antarctica/Rothera\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-706b8eef-08ba-4d65-a633-85b602336f61" }, { "id": "2c06f8a5-388b-4710-a42a-4d870c78e836", "name": "Invalid request path parameter or request body failed validation.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"role_name\": \"\",\n \"login_link\": \"\",\n \"nonsensitive_user_variables\": {},\n \"sensitive_user_variables\": {},\n \"user_preferences\": {\n \"enable_response_recommendation\": false,\n \"preferred_language\": \"tdb\",\n \"conversations_visible_to_admins\": true,\n \"user_model_visible_to_admins\": true,\n \"timezone\": \"Antarctica/Rothera\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-2c06f8a5-388b-4710-a42a-4d870c78e836" }, { "id": "713110dc-4992-45ba-87a5-82a67d0b06ca", "name": "The user has exceeded the rate limit of 50 requests per minute for this endpoint.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"role_name\": \"\",\n \"login_link\": \"\",\n \"nonsensitive_user_variables\": {},\n \"sensitive_user_variables\": {},\n \"user_preferences\": {\n \"enable_response_recommendation\": false,\n \"preferred_language\": \"tdb\",\n \"conversations_visible_to_admins\": true,\n \"user_model_visible_to_admins\": true,\n \"timezone\": \"Antarctica/Rothera\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-713110dc-4992-45ba-87a5-82a67d0b06ca" }, { "id": "05c4b7e6-dbe1-4257-b98b-66b73e9e0c56", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"role_name\": \"\",\n \"login_link\": \"\",\n \"nonsensitive_user_variables\": {},\n \"sensitive_user_variables\": {},\n \"user_preferences\": {\n \"enable_response_recommendation\": false,\n \"preferred_language\": \"tdb\",\n \"conversations_visible_to_admins\": true,\n \"user_model_visible_to_admins\": true,\n \"timezone\": \"Antarctica/Rothera\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/user/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-05c4b7e6-dbe1-4257-b98b-66b73e9e0c56" } ], "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-f6ca5361-cd6b-4fbd-8061-33d376633d4c" }, { "name": "Get users", "id": "07e64ccf-9b71-45ba-ad2e-5206c58e0ad6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/?limit=100&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "" ], "query": [ { "description": "The maximum number of users to retrieve.", "key": "limit", "value": "100" }, { "description": "The token from the previous request to return the next page of users.", "key": "continuation_token", "value": "0" } ], "variable": [ { "id": "57c4d12f-bc29-4f8c-8ffd-fe4cac24c3b0", "key": "organization", "value": "", "description": "(Required) " } ] }, "description": "Retrieve all users in an organization.\n\n#### Permissions\nThis endpoint is impacted by the following permissions:\n* Only users that the authenticated user has the `User:GetUserInfo` permission for are returned." }, "response": [ { "id": "2deace44-dacb-4af6-8eb9-ee6d0d131370", "name": "Succeeded.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/?limit=100&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "" ], "query": [ { "description": "The maximum number of users to retrieve.", "key": "limit", "value": "100" }, { "description": "The token from the previous request to return the next page of users.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"users\": [\n {\n \"org_id\": \"\",\n \"user_id\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"user_stats\": {\n \"num_conversations\": \"\",\n \"num_messages\": \"\",\n \"last_message_time\": \"\"\n },\n \"role\": \"\",\n \"preferences\": {\n \"enable_response_recommendation\": false,\n \"preferred_language\": \"\",\n \"conversations_visible_to_admins\": true,\n \"user_model_visible_to_admins\": true,\n \"timezone\": \"\"\n },\n \"nonsensitive_variables\": {\n \"proident2fb\": \"\"\n },\n \"sensitive_variables\": [\n \"\",\n \"\"\n ],\n \"enable_actions_access\": \"\"\n },\n {\n \"org_id\": \"\",\n \"user_id\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"user_stats\": {\n \"num_conversations\": \"\",\n \"num_messages\": \"\",\n \"last_message_time\": \"\"\n },\n \"role\": \"\",\n \"preferences\": {\n \"enable_response_recommendation\": false,\n \"preferred_language\": \"\",\n \"conversations_visible_to_admins\": true,\n \"user_model_visible_to_admins\": true,\n \"timezone\": \"\"\n },\n \"nonsensitive_variables\": {\n \"in_0\": \"\",\n \"laboris_0\": \"\",\n \"elit_6\": \"\",\n \"sint_22\": \"\"\n },\n \"sensitive_variables\": [\n \"\",\n \"\"\n ],\n \"enable_actions_access\": \"\"\n }\n ],\n \"has_more\": \"\",\n \"continuation_token\": \"\"\n}", "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-2deace44-dacb-4af6-8eb9-ee6d0d131370" }, { "id": "0e8cc0f6-b824-4736-b82d-39eaa6a3afa8", "name": "Invalid authorization credentials.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/?limit=100&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "" ], "query": [ { "description": "The maximum number of users to retrieve.", "key": "limit", "value": "100" }, { "description": "The token from the previous request to return the next page of users.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-0e8cc0f6-b824-4736-b82d-39eaa6a3afa8" }, { "id": "75de8e4c-1855-410f-a7eb-dae6b1af1a85", "name": "Missing required permissions.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/?limit=100&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "" ], "query": [ { "description": "The maximum number of users to retrieve.", "key": "limit", "value": "100" }, { "description": "The token from the previous request to return the next page of users.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-75de8e4c-1855-410f-a7eb-dae6b1af1a85" }, { "id": "10907960-5fde-45ed-9def-c50c9bb5b978", "name": "Specified organization is not found.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/?limit=100&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "" ], "query": [ { "description": "The maximum number of users to retrieve.", "key": "limit", "value": "100" }, { "description": "The token from the previous request to return the next page of users.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-10907960-5fde-45ed-9def-c50c9bb5b978" }, { "id": "8dc0e0db-a02c-4857-b0ae-515e1f125bc4", "name": "Invalid request path parameter or request query parameter failed validation.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/?limit=100&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "" ], "query": [ { "description": "The maximum number of users to retrieve.", "key": "limit", "value": "100" }, { "description": "The token from the previous request to return the next page of users.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-8dc0e0db-a02c-4857-b0ae-515e1f125bc4" }, { "id": "d2f64e31-f8d7-4263-af46-f5c7cd38e731", "name": "The user has exceeded the rate limit of 60 requests per minute for this endpoint.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/?limit=100&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "" ], "query": [ { "description": "The maximum number of users to retrieve.", "key": "limit", "value": "100" }, { "description": "The token from the previous request to return the next page of users.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-d2f64e31-f8d7-4263-af46-f5c7cd38e731" }, { "id": "f6fe9c93-799f-442f-a863-0bcdfab5f244", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/user/?limit=100&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "user", "" ], "query": [ { "description": "The maximum number of users to retrieve.", "key": "limit", "value": "100" }, { "description": "The token from the previous request to return the next page of users.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-f6fe9c93-799f-442f-a863-0bcdfab5f244" } ], "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-07e64ccf-9b71-45ba-ad2e-5206c58e0ad6" } ], "id": "b2ee8d6f-56ed-428d-ba23-9f55783987a3", "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-b2ee8d6f-56ed-428d-ba23-9f55783987a3" } ], "id": "11ef5f95-6a2a-4935-b8cc-e4bafe5bc9c5", "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-11ef5f95-6a2a-4935-b8cc-e4bafe5bc9c5" } ], "id": "2a6ccefe-75a2-4f5c-9998-5a39e6ca8253", "createdAt": "2026-07-28T01:03:01.000Z", "updatedAt": "2026-07-28T01:03:01.000Z", "uid": "35240-2a6ccefe-75a2-4f5c-9998-5a39e6ca8253" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }