Skip to main content

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

Body

required

    object

Responses

OK

Schema

    code int32

    The response code.

    data object

    The wrapped responding data.

    msg string

    The response message.

Loading...