Skip to main content

Get User by username

GET 

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

x-public: "true"

Get User by username

Request

Path Parameters

    username stringrequired

    username of the user

    mssp-id stringrequired

    the id of the MSSP of interest

Responses

User details for given username

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