API responses

  • If login is set as the Okta Profile Property:

    When login is used as the Okta Profile Property, one API call is made, and the response returns the user’s basic information: login, first name, and last name. The Okta API token is not required.

  • If login is not set as the Okta Profile Property:

    When login is not used as the Okta Profile Property, two different calls are made. The Okta API token is required to identify the user for the second API call. The first API response returns the user’s basic information: Login, first name, and last name. The second API call returns the user’s full profile in Okta.