Skip to main content

Get realm attributes

GET 

/:realm/attributes

Get a list of attributes for this realm

Request

Path Parameters

    realm stringrequired

    realm name (not id!)

Responses

success

Schema

  • Array [

  • property name*

    RealmAttributeRepresentation

    name string
    value string
    realm string
  • ]

Loading...