Skip to main content

Get users with this organization role

GET 

/:realm/orgs/:orgId/roles/:name/users

Get users with this organization role

Request

Path Parameters

    realm stringrequired

    realm name (not id!)

    orgId stringrequired

    organization id

    name stringrequired

    organization role name

Responses

success

Schema

  • Array [

  • attributes

    object

    property name* any
    createdTimestamp int64
    email string
    emailVerified boolean
    enabled boolean
    firstName string
    groups string[]
    id string
    lastName string
    username string
  • ]

Loading...