Create the Admin
POST {{cryptr_service_url}}/api/v2/org/:org_domain/admins?email=it_sso_person@sso.client.com
See the Admin type for more information about the fields and their values you get in response.
A long TTL Invitation Link is sent by Email to the Admin when created
RETURNS
The created Admin with proper attributes
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
email | string | The email of the admin of your client that has access to the Onboarding. |
RESPONSES
status: Created
{"accepted_invitation_at":null,"color":"rose-600","declined_to_be_in_charge_at":null,"email":"olivia@barker.co","id":"3ecd32b1-aeae-4507-84e8-54653623c209","inserted_at":"2024-04-10T12:56:38","invited_at":"2024-04-10T12:56:38.738536","last_login_at":null,"organization":{"__type__":"Organization","allowed_email_domains":["barker.co"],"color":"blue-600","domain":"barker","environments":[{"name":"sandbox","status":"up"},{"name":"production","status":"down"}],"icon_logo_url":null,"id":"ae3480b2-8f3c-4374-a785-e04f81d51fe5","inline_logo_url":null,"inserted_at":"2023-12-07T13:17:00","locale":null,"name":"Barker","status":{"errors":[],"estimated_time_to_complete_in_seconds":null,"progress_in_percentage":null,"state":"terminated"},"updated_at":"2024-04-10T12:46:32"},"updated_at":"2024-04-10T12:56:38"}