Set a landing pageCopy Pageput https://example.com/organization/v1/landing-pages/{landingPageType}Path ParamslandingPageTypestringenumrequiredACCEPT_INVITATIONFORGOT_PASSWORDAllowed:ACCEPT_INVITATIONFORGOT_PASSWORDBody ParamsuserTypestringrequiredorganizationIduuidrequiredurlstringrequiredResponses 200The below table describes the response parameters: ParameterTypeDescriptionExampleuserTypestringThe type of the user. Can be one of the following: [patient, caregiver, organization-user]patientorganizationIdstringA UUID formatted string3fa85f64-5717-4562-b3fc-2c963f66afa6urlstringThe landing page URLhttps://example.com/auth/invitationlandingPageTypestringValues:ACCEPT_INVITATION,FORGOT_PASSWORD 400Code : INVALID_USER_TYPE, Details: [validUserTypes, userType] 401Code : TOKEN_NOT_VALID, Details: [] 403Code : ACCESS_DENIED, Details: [] 404Code : ORGANIZATION_NOT_FOUND, Details: [id] 500Code : INTERNAL_SERVER_ERROR, Details: [] 504Code : GATEWAY_TIMEOUT, Details: []Updated 4 months ago