POST /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId}/bulk-upsert

Uploads entities that need to be inserted or updated in Okta from the Identity Source for the given session

Servers

Path parameters

Name Type Required Description
sessionId String Yes

The ID of the Identity Source Session

identitySourceId String Yes

The ID of the Identity Source for which the session is created

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
entityType String No

Possible values:

  • "USERS"
profiles[] Array No
profiles[].profile Object No
profiles[].profile.homeAddress String No

Home address of the user

profiles[].profile.userName String No

Username of the user

profiles[].profile.email String No

Email address of the user

profiles[].profile.lastName String No

Last name of the user

profiles[].profile.mobilePhone String No

Mobile phone number of the user

profiles[].profile.firstName String No

First name of the user

profiles[].profile.secondEmail String No

Alternative email address of the user

profiles[].externalId String No

The external ID of the entity that needs to be created or updated in Okta

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.