Post idp group mappings groups
Creates or updates an individual IdpGroupMapping object (upsert operation).
Behavior:
- If the mapping doesn’t exist, it will be created with the provided values
- If the mapping exists, only the fields provided in the request will be updated
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the Okta app.
The ID of the group.
Body
Optional alias for the group mapping
Whether this mapping should be hidden from end users.
- New mappings: If not provided, defaults to
false - Existing mappings: If not provided, existing value is preserved (no change)
- Explicit values: If provided, value is updated to the specified boolean
Response
The IDP group mapping was successfully created or updated.
Information about a group mapping.
The ID of the group.
"6f99639b-7928-4043-8184-47cbc6766145"
A bool representing whether or not the group is hidden from the end user.
false
The ID of the app resource.
"1520617d-e72a-47f5-a84c-693817ab48ad2"
The alias of the group.
"finance-team"

