Skip to main content

Create a new user

POST 

/api/v1/mssp/:mssp-id/user

x-public: "true"

Create a new user under a specific MSSP account

Request

Path Parameters

    mssp-id stringrequired

    the id of the MSSP of interest

Body

required
    username stringrequired

    Possible values: non-empty and <= 128 characters

    User name of the user.

    firstName stringrequired

    Possible values: non-empty and <= 63 characters

    First name of the user.

    lastName stringrequired

    Possible values: non-empty and <= 63 characters

    Last name of the user.

Responses

User created successful

Schema
    username string
    firstName string
    lastName string
    lastModifiedBy string
    lastModifiedAt int64
Loading...