Create the Admin Onboarding

POST {{cryptr_service_url}}/api/v2/org/:org_domain/admin-onboarding/:onboarding_type?it_admin_email=it_sso_person@b-oreal.com&provider_type=azure_ad&email_template_id=fd783cb9-21d5-4cbf-a86b-f36cd7581deb

Request Params

KeyDatatypeRequiredDescription
it_admin_emailstringThe email of the admin of your client that has access to the tool.
provider_typestringChosen Provider type by the SSO administrator (Okta, Azure AD, ADFS, Google Workspace ...)
email_template_idstring(Required) The custom email template ID that matches your brand's visual theme

RESPONSES

status: Created

{"__type__":"AdminOnboarding","id":"bb4b9534-c483-48de-80c8-6ae130f6c341","inserted_at":"2023-05-23T16:49:44","invitation_sent_at":null,"it_admin_email":"it_sso_person@b-oreal.com","onboarding_type":"sso_connection","organization":{"__type__":"Organization","domain":"b-oreal","environments":[{"name":"production","status":"down"},{"name":"sandbox","status":"down"}],"inserted_at":"2023-05-04T12:51:40","name":"B'OrΓ©al","updated_at":"2023-05-10T06:12:04"},"provider_type":"azure_ad","state":"provider_type_chosen","tutorial_step":0,"updated_at":"2023-05-23T16:49:44"}