Skip to content

List SAML attribute presets.

GET
/api/admin/saml-attribute-presets
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/api/admin/saml-attribute-presets \
--header 'Authorization: Bearer <token>'

Successful JSON response.

Media type application/json
object
key
additional properties
Example generated
{
"additionalProperty": "example"
}