User

Specification

{
  "userName": String,
  "firstName": String,
  "lastName": String,
  "userStatus": String
}

Structure Values

Field Name

Type

Description

Required

Default

userName

String

User name.

Required

firstName

String

User’s first name.

None

lastName

String

User’s last name.

None

userStatus

String

The status of the user: Active or Disabled. Only Active users are able to sign into the platform.

Active

Example

{
  "userName": "john@silect.is",
  "firstName": "John",
  "lastName": "Doe"
}
Was this article helpful?
0 out of 0 found this helpful