I am reading through the Okta API for change password and shows that the call requires an Authorization
header with a valid API token.
Is there a way for our application to make an API call allowing users to change their own password without needing an API token?
I would have thought that end users wouldn’t need an API token from an Okta Admin in order to make an API call like this, but maybe I’m not thinking of something. If it is required, can anyone tell me the least-privileged Admin level that is needed for this API token to make this corresponding call?