Add new portal user
POST/domains/:id/portal-users
Adds a portal user by onboarding it from an external identity provider.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
The portal user was successfully added.
Response Headers
Location
URL to the resource that got created.
Bad request. The server cannot process the request.
Invalid or missing access token (JWT).
Not authorized to access this resource.
Entity not found.
Portal user already exists.