Skip to main content
Support AccessGrant Support Access
TestMu AI
StatusCommunityBlog
Support Access

Grant Support Access

Grant Support Access

PUT
/api/organization/support-access/grant
Grant Support Access
curl --request PUT \
--url "https://auth.lambdatest.com//api/organization/support-access/grant" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Support Access Granted Successfully",
"type": "Success"
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

application/json

Success

messagestring
typestring
Grant Support Access
curl --request PUT \
--url "https://auth.lambdatest.com//api/organization/support-access/grant" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Support Access Granted Successfully",
"type": "Success"
}