Skip to main content

Create DW user

POST 

/dwsu/:dwServiceUnitId/user

Creates a DW user in the specified service unit.

Request

Path Parameters

    dwServiceUnitId stringrequired

    The ID of the service unit.

    Example: dw54321

Query Parameters

    invitationId stringrequired

    The invitation ID.

    Example: regional.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: regional.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...