Skip to main content

Create a new user

POST /users

Creates a new user.

Request Body

Name Type Required Description

firstName

string

False

lastName

string

False

email

string

False

roleId

string

True

tenantId

string

False

password

string

False

accessKey

string

False

secretKey

string

False

s3Bucket

string

False

azureCredentials

AzureCredentialsRequest

False

isLdap

boolean

True

ldapUserName

string

False

notificationsOptIn

boolean

False

Error

Status: Default, Default response
Name Type Required Description

publicId

string

True

assignedWorkingEnvironments

array[string]

True

firstName

string

True

lastName

string

True

email

string

True

roleId

string

True

tenantId

string

True

createdWorkingEnvironments

array[UserWorkingEnvironmentResponse]

True

azureCredentials

AzureCredentials

False

cloudSyncLicenseInformation

CloudSyncLicenseInformation

False

isLdap

boolean

True

ldapUserName

string

True

notificationsOptIn

boolean

True

permissions

array[string]

True

Definitions

See Definitions

AzureCredentialsRequest

Name Type Required Description

subscriptionId

string

False

tenantId

string

False

applicationId

string

False

applicationKey

string

False

UserWorkingEnvironmentResponse

Name Type Required Description

publicId

string

True

name

string

True

workingEnvironmentType

string

True

AzureCredentials

Name Type Required Description

subscriptionId

string

False

tenantId

string

False

applicationId

string

False

applicationKey

string

False

CloudSyncLicenseInformation

Name Type Required Description

cloudSyncLicenseTypes

array[string]

False

licenseExpirationDate

integer

False