{ "opencollection": "1.0.0", "info": { "name": "Opply Activity Feed Users API", "version": "0.0.0" }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "api_v1_users_delete_user_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/users/delete_user", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "api_v1_users_login_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/login/", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "api_v1_users_login_admin_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/login/admin/", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "get an OAuth token to access our Lambda API", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/oauth/get_token/", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates and retrieves user accounts" }, { "info": { "name": "api_v1_users_reset_password_commit_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/reset-password/commit/", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "api_v1_users_reset_password_init_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/reset-password/init/", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "api_v1_users_users_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/users/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates and retrieves user accounts" }, { "info": { "name": "api_v1_users_users_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/users/users/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates and retrieves user accounts" }, { "info": { "name": "api_v1_users_users_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/users/users/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates and retrieves user accounts" }, { "info": { "name": "List of company members", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/users/company-members/", "params": [ { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns a list of team members" }, { "info": { "name": "Connect Google account for Deals", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/users/connect/google/", "body": { "type": "json", "data": "{}" } }, "docs": "Updates and retrieves user accounts" }, { "info": { "name": "Create a company member from invite", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/users/create-member/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a member from a company after invitation was accepted" }, { "info": { "name": "Generate JWT token for a user", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/users/generate-jwt-token/", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates and retrieves user accounts" }, { "info": { "name": "api_v1_users_users_info_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/users/info/", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns information about the current user" }, { "info": { "name": "Invite a user to join the company", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/users/invite-user/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Invites user to join current company. Only admins of the\ncurrent company may issue invites — `created_by` (the founder)\nis always admin via the owner-admin backfill, so they can\ninvite without extra plumbing." }, { "info": { "name": "Get supplier's details for Deals.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/users/me/" }, "docs": "Updates and retrieves user accounts" }, { "info": { "name": "Remove company member", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/users/remove-member/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Removes a member from a company, currently only if invite wasn't accepted" }, { "info": { "name": "Grant or revoke admin permission for a team member", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/users/set-admin/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Toggle the admin permission for a member of the caller's company.\n\nOnly admins may call this. The founder (`Company.created_by`) is\nalways admin and cannot be demoted — the request is rejected\nwith 400." }, { "info": { "name": "api_v1_users_users_update_info_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/users/users/update-info/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Partially update information about the current user" }, { "info": { "name": "api_v1_users_users_update_password_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/users/users/update-password/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates password for the current user" } ] } ], "bundled": true }