v1

latestSwagger 2.0raw.githubusercontent.com2018-12-0670110154.0 KB
users

Creates a new user account

Creates a new user account, under the same client account that the current user belongs. Only users with appropriate permissions can create new user accounts.

post/useraccounts

Query parameters

clientAccountIdnumber

Optional identifier of the client account. This can only be used by domain administrators that have access to multiple client accounts.

Request body

usernamestring

The username of the user account

emailstring

The email of the user

firstNamestring

The first name of the user

lastNamestring

The last name of the user

contactNumberstring

The contact number for the user

testUserIdstring

Optional user ID to be used for testing

Response

The user was created succesfully

usernamestring

The username of the user account

emailstring

The email of the user

firstNamestring

The first name of the user

lastNamestring

The last name of the user

contactNumberstring

The contact number for the user

testUserIdstring

Optional user ID to be used for testing

idstring required

System wide unique identifier of the entity

apikeystring

The API key associated with this user. Currently API key is only returned when for the currently logged in user account.

lastloginstring date-time

ISODateTimeType, ISO8601 date format with optional time part. For instance, 1970-01-18T09:19:41.204+0000

lastipstring

Last access IP using this user account