Skip to main content

Set domain for a portal user

Overwrites the portal user's current domain with the provided domain.

Path Parameters
  • id uuid required

    Identifies the domain in Keycloak.

  • portalUserId uuid required

    Identifies the portal user.

Request Body required

Domain ID to assign to the portal user.

  • domainId string required

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

Responses

The portal user's domain has been updated.

Response Headers
  • Content-Location string

    URL to the resource that got impacted by the request.

Loading...