Create Admin Login

Create new admin login for company.
Admin login DOESN'T HAVE EMPLOYEE ROLE AND CAN'T BE USED FOR PAYROLL CALCULATIONS.
You can call Add New Employee endpoint instead of this endpoint or you can call it later. System then connect Admin and Employee accounts together.
Pairing is done via email address comparison.
This endpoint can be called only by System and Admin level users.

Employee call will return Forbidden result even for Employee own company.

Path Params
int32
required

Client Id

Body Params

Client Admin create structure

string | null

First name.

string | null

Last name.

string | null
required

Login email.

string | null

Password of the newly created login.

boolean | null

System send invitation email to user.

string | null

(Optional) SSO provider name.

string | null

(Optional) SSO provider identifier.

string | null

(Optional) SSO provider key.

boolean

(Optional) Is custom admin.

Headers
string
Defaults to 1.0

The requested API version

string
Defaults to 1.0

The requested API version

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

Language
Credentials
Bearer
jwt
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json
text/plain