List tenant OIDC scopes.
GET
/api/admin/field-mapping/oidc-scopes
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/admin/field-mapping/oidc-scopes \ --header 'Authorization: Bearer <token>'Lists OIDC scopes that can be attached to destination field-mapping claims. Built-in scopes are created lazily for the tenant when missing.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”OIDC scopes for the current tenant.
Media type application/json
object
scopes
required
Array<object>
object
id
required
string
tenant_id
required
string
name
required
string
display_name
required
string
description
string | null
scope_type
required
string
enabled
required
boolean
localizations
object
key
additional properties
created_at
required
integer
updated_at
required
integer
Example
{ "scopes": [ { "scope_type": "system" } ]}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}