Skip to main content
PUT
/
idp-group-mappings
/
{app_resource_id}
cURL
curl --request PUT \
  --url https://api.opal.dev/v1/idp-group-mappings/{app_resource_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "mappings": [
    {
      "group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "alias": "<string>",
      "hidden_from_end_user": true
    }
  ]
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_resource_id
string<uuid>
required

The ID of the Okta app.

Body

application/json
mappings
object[]
required

Response

200

The updated set of available IdpGroupMapping objects for an Okta app.