Skip to main content

Login API for MSP Client (v2.0)

POST 

/sdwan/v2.0/api/clients/:client_id/login

Create log in API for MSP clients.

Request

Path Parameters

    client_id stringrequired

    The client ID.

Body

Login details

    email string

    The email address. Max length = 1000.

    logout_others boolean

    Is log out others is true or false.

    password string

    The new password. Max length = 1000.

    requestId string

    The request ID. Max length = 200.

Responses

Successful Operation

Schema
    email string

    The email address. Max length = 1000.

    logout_others boolean

    Is log out others is true or false.

    password string

    The new password. Max length = 1000.

    requestId string

    The request ID. Max length = 200.

Loading...