Get User Password Expiration Status
Gets a user’s password expiration status based on the specified user ID. A True or False value is returned in the response body. This resource is available in REST API version 24.0 and later.
If the session doesn’t have permission to access the user information, an INSUFFICIENT_ACCESS error is returned.
URI: /services/data/vXX.X/sobjects/User/userId/password
Formats: JSON, XML
HTTP Method: GET
Authentication: Authorization: Bearer token
Parameters: None required
For examples of getting password information, setting a password, and resetting a password, see Manage User Passwords.
See Also