Skip to main content

Seamless login

GET 

/api/v1/mssp/:mssp-id/managed-tenant/:tenant-id/login

x-public: "true"

Seamless login to managed tenant

Request

Path Parameters

    mssp-id stringrequired

    the mssp the managed tenants belong to

    tenant-id stringrequired

    the prisma id or external tenant if of the managed tenant of interest

Query Parameters

    landing_page string

    The landing page for redirection on prisma tenant

Responses

Login Successful

Schema
    token string
    location string
Loading...