v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBCreate a global admin user
Creates a user that can operate across all tenants. For PKI authentication, generate an RSA key pair with openssl and supply the base64-encoded public key.
Request body
An optional PKI RSA public key for added security. If a public key is provided then the PKI login-challenges endpoint should be used to get a challenge to respond to as part of the login
Users email address
Customers middle name
Identity/username for authentication
Optional. The accountable institution that the admin user falls under - making them INSTITUTION admin users
Customers last/family name
Can be pre-hashed with BCRYPT or passed as clear text in which case Eclipse will hash it
Tenants primary phone number
Indicates that this identity is purely for single sign on (e.g. SAML/OIDC) and cannot be used for authentication. If SSO is enabled then TOTP must be disabled and base64EncodedPublicKey and password should not be provided
Whether this identity will require a time base one time password when authenticating
Response
OK
Unique system generated identifier for an admin user
An optional PKI RSA public key for added security. If a public key is provided then the PKI login-challenges endpoint should be used to get a challenge to respond to as part of the login
Users email address
Customers middle name
Identity/username for authentication
Optional. The accountable institution that the admin user falls under - making them INSTITUTION admin users
Customers last/family name
Users primary phone number
Indicates that this identity is purely for single sign on (e.g. SAML/OIDC) and cannot be used for authentication. If SSO is enabled then TOTP must be disabled and base64EncodedPublicKey and password should not be provided
Whether this identity will require a time base one time password when authenticating
The QRCode which can be scanned with any RFC 6238 compliant App (E.g. Google Authenticator). Only provided in response to the enabling or resetting of TOTP