Retrieve an Admin

GET {{cryptr_service_url}}/api/v2/org/:org_domain/admins/:email

Fetch an Admin by its organization domain and email. The domain is generated from its organization name. It's a unique and immutable value in your Cryptr service.

RETURNS

Returns the Admin for a valid identifier and email.

RESPONSES

status: OK

{"accepted_invitation_at":null,"color":"fuchsia-700","declined_to_be_in_charge_at":null,"email":"olivia@barker.co","id":"fcf60a56-c9c5-4617-bd48-cacf7ab136e4","inserted_at":"2024-04-10T13:22:19","invited_at":"2024-04-10T13:22:19","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-10T13:22:19"}