MyAccount Management
//
Retrieve an Email
OAuth 2.0 scope:
- okta.myAccount.email.read
Retrieves the current user's email information by ID: a collection of links that describe the acceptable email operations
GET
curl -i -X GET \
https://okta-subdomain.pixtulate.com/idp/myaccount/emails/69dca29c2d8dbb0dca14395ccdb92317 \
-H 'Accept: application/json; okta-version=1.0.0'Example response
Response
{ "id": "69dca29c2d8dbb0dca14395ccdb92317", "status": "VERIFIED", "roles": [ "PRIMARY" ], "profile": { "email": "saml.jackson@example.com" }, "_links": { "self": { … }, "challenge": { … } } }