Skip to main content
Version: 1.3.0

Retrieve client roles for the currently authenticated user using a client ID

GET 

/user/userRoles/:clientId

Retrieve client roles for the currently authenticated user using a client ID

Request

Path Parameters

    clientId stringrequired

Header Parameters

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

Responses

default response

Schema

  • Array [

  • idstring
    namestring
    descriptionstring
    compositeboolean
    assignedboolean
    compositeRoleIdsstring[]
  • ]