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

Uploads the group memberships 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
memberships[] Array No

Array of group memberships that need to be inserted or updated in Okta

memberships[].groupExternalId String No

The external ID of the group whose memberships need to be inserted or updated in Okta

memberships[].memberExternalIds[] Array No

Array of external IDs of member profiles that need to be inserted in this group 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.