Skip to main content

Update client roles for a realm and client

PUT 

/user/:realm/:clientId/roles

Update client roles for a realm and client

Request

Path Parameters

    realm stringrequired
    clientId stringrequired

Header Parameters

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

Body

array

  • Array [

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

Responses

default response

Schema

    any

Loading...