Create DW user
POST/unit/user
Creates a DW user in the service unit.
Request
Query Parameters
invitationId stringrequired
The invitation ID.
Example: unit.api.dwsu.invitation#create#invitationId.example
password stringrequired
The password. A valid password must be a string of 8 to 32 characters that contain uppercase letters, lowercase letters, digits, and any of the following special characters: ~`!@#$%^&*()-_+=<>?:;|,./<>
Example: unit.api.dwsu.invitation#create#password.example
- application/json
Body
required
object
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
code int32
The response code.
data object
The wrapped responding data.
msg string
The response message.
{
"code": 0,
"data": {},
"msg": "string"
}
Loading...