Password Status

The password status API endpoint can determine the status of a user’s password.

Access

For access to this endpoint, you must submit a request to identity@tamu.edu.

Password Expires On

The following endpoints can be used to retrieve the date a person’s password will expire:

https://mqs.tamu.edu/rest/password/<UIN>/expires-on/
https://mqs.tamu.edu/rest/password/<UIN>/expires-on/json/
https://mqs.tamu.edu/rest/password/<UIN>/expires-on/xml/

Replace <UIN> with the person’s UIN.

Password Expired

The following paths can be used to determine if a person’s password is expired:

https://mqs.tamu.edu/rest/password/<UIN>/is-expired/
https://mqs.tamu.edu/rest/password/<UIN>/is-expired/json/
https://mqs.tamu.edu/rest/password/<UIN>/is-expired/xml/

Replace <UIN> with the person’s UIN.