Create a user which can administer the tenant

If using PKI, to generate a public/private key combination use openssl: openssl req -nodes -x509 -sha256 -newkey rsa:4096 -keyout "PrivateKey.key" -out "PublicKey.crt" -days 99999 Then extract the base64 public key from the certificate as follows: openssl x509 -in PublicKey.crt -pubkey -noout | grep -v "-----" | base64 -d| base64 -w0

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required
Body Params
string
length between 100 and 2000

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

string

Users email address

string
length between 2 and 50

Customers middle name

string
required
length between 3 and 40

Identity/username for authentication

string
required
length between 2 and 50

Customers last/family name

string
length ≤ 80

Can be pre-hashed with BCRYPT or passed as clear text in which case Eclipse will hash it

string
required

Users primary phone number

positions
array of objects
positions
boolean

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

boolean

Whether this identity will require a time base one time password when authenticating

int32
Responses

400

Bad Request

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json