Skip to main content

Get a specific portal user

Get a specific portal user.

Path Parameters
  • id uuid required

    Identifies the domain in Keycloak.

  • portalUserId uuid required

    Identifies the portal user.

Responses

The portal user was successfully retrieved.


Schema
  • id uuid

    Id of the portal user.

  • createdTimestamp date-time

    When the user was created, specified in ISO 8601.

  • enabled boolean

    Sets a user to active if true or inactive if false.

  • firstName string

    First name of the portal user.

  • lastName string

    Last name of the portal user.

  • email string

    Possible values: >= 5 characters and <= 254 characters

    The email address of the portal user.

  • phoneNumber string

    Possible values: >= 4 characters and <= 20 characters

    The phone number of the portal user.

  • domainId string

    Hierarchical identifier for a domain. Used to identify which domain a user belongs to and whether a user has access to a domain.

  • roles object[]

    Contains list of roles.

  • id uuid

    Identifies the role.

  • name string

    Name of the role.

  • description string

    Description of the role.

  • domain object

    Contains domain properties.

  • id uuid

    Id of the domain in Keycloak. Only used in this API, not to be confused with domainId.

  • name string

    Name of the domain.

Loading...