Admin - Create a new user
GET/admin/create-user
authorization
This API endpoint requires an API Key with at least one of the following Roles: SystemAdmin
Creates a new user. This endpoint is only accessible to the Vertex's admin. This API returns a new API Key for the user. An API Key can then be used to authenticate the user in the subsequent API calls via the AUTHORIZATION header.
Request
Responses
- 200
- 400
- 401
- 404
- 500