{ "opencollection": "1.0.0", "info": { "name": "Zendesk Account Account Settings User Passwords API", "version": "1.0" }, "items": [ { "info": { "name": "User Passwords", "type": "folder" }, "items": [ { "info": { "name": "Zendesk Post Api V2 Users User_id Password", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/users/:user_id/password" }, "docs": "An admin can set a user's password only if the setting is enabled in Zendesk Support under **Settings** > **Security** > **Global**. The setting is off by default. Only the account owner can access and change this setting.\n\n#### Allowed For\n\n* Admins\n" }, { "info": { "name": "Zendesk Put Api V2 Users User_id Password", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/users/:user_id/password" }, "docs": "You can only change your own password. Nobody can change the password of another user because it requires knowing the user's existing password. However, an admin can set a new password for another user without knowing the existing password. See [Set a User's Password](#set-a-users-password) above.\n\n#### Allowed For\n\n* Agents\n* End Users\n" }, { "info": { "name": "Zendesk Get Api V2 Users User_id Password Requirements", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/users/:user_id/password/requirements" }, "docs": "#### Allowed For\n\n* Agents\n* End Users\n" } ] } ], "bundled": true }