Skip to main content

Add new portal user

Adds a portal user by onboarding it from an external identity provider.

Path Parameters
  • id uuid required

    Identifies the domain in Keycloak.

Request Body required

Definition of the portal user to add.

  • enabled boolean required

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

  • email string required

    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.

Responses

The portal user was successfully added.

Response Headers
  • Location string

    URL to the resource that got created.

Loading...