MyAccount API
The Okta MyAccount API allows end users to fetch and update their own Okta user profiles. It implements a subset of the existing Users API but with significant differences:
- The API doesn't expose information an end user shouldn't have access to.
- The API doesn't support lifecycle operations.
- All operations in this API implicitly refer to the user making the API call. No user ID is needed or even accepted.
API versioning
A valid API version in the Accept
header is required to access the API. Current version: V1.0.0
Accept: application/json; okta-version=1.0.0