GET
/
organizations
/
{organization}
/
settings
/
idpsync
/
roles
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/organizations/{organization}/settings/idpsync/roles \
  --header 'Wirtual-Session-Token: <api-key>'
{
  "field": "<string>",
  "mapping": {}
}

Authorizations

Wirtual-Session-Token
string
header
required

Path Parameters

organization
string
required

Organization ID

Response

200 - application/json
OK
field
string

Field selects the claim field to be used as the created user's groups. If the group field is the empty string, then no group updates will ever come from the OIDC provider.

mapping
object

Mapping maps from an OIDC group --> Wirtual organization role