put https://example.com/organization/v1/landing-pages/
Set a landing page
Landing pages with a null value in the organizationId field are considered as global landing pages.
Those with a value in the organizationId field are overrides for that specific organization.
If an override exists for an organization, it will be used instead of the global landing page, if not, the global landing page will be used.
Request Body Parameters:
Parameter | Type | Mandatory | Description | Example |
---|---|---|---|---|
userType | string | true | The type of the user. Can be one of the following: [patient, caregiver, organization-user] | patient |
organizationId | string | true | A UUID formatted string | 3fa85f64-5717-4562-b3fc-2c963f66afa6 |
url | string | true | The landing page URL | https://example.com/auth/invitation |
Path Parameters:
Parameter | Type | Mandatory | Description | Example |
---|---|---|---|---|
landingPageType | string | true | The type of the landing page. Could be one of the following: [ACCEPT_INVITATION, FORGOT_PASSWORD] | ACCEPT_INVITATION |
This API requires LANDING_PAGE_SET_LANDING_PAGE permission(s).