Skip to main content

Retrieve client roles for a user in a realm

GET 

/user/:realm/userRoles/:userId

Retrieve client roles for a user in a realm

Request

Path Parameters

    realm stringrequired
    userId stringrequired

Header Parameters

    Authorization string
    X-Forwarded-Proto string
    X-Forwarded-Host string

Responses

default response

Schema

  • Array [

  • id string
    name string
    description string
    composite boolean
    assigned boolean
    compositeRoleIds string[]
  • ]

Loading...