Logo
MicroStrategy REST API API Documentation

Update authentication configuration settings

PUT {{baseUrl}}/api/mstrServices/library/auth

Update the authentication configuration settings for the current REST server. In the body parameter of the request, you specify the default authentication mode and the authentication modes that will be available to connect to an Intelligence Server.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
X-MSTR-AuthToken
string (Required) Authorization token
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'baseUrl/api/mstrServices/library/auth' -H 'X-MSTR-AuthToken: authToken' -H 'Content-Type: application/json' -d '{"availableModes":[4194304,1],"defaultMode":1}'

ENDPOINTS