Skip to main content

Retrieve realm roles for the currently authenticated user

GET 

/user/userRealmRoles

Retrieve realm roles for the currently authenticated user

Request

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...