Documentation > Access API > AuthController > accessapi/Auth/PreAuth

accessapi/Auth/PreAuth

Get data for use before authentication.

POST

https://cms.crownpeak.com/[Your Instance]/cpt_webservice/accessapi/Auth/PreAuth


Request Information

URI Parameters

None.

Body Parameters

None.




Response Information

Resource Description

AuthGetPreAuthDataResponse

NameDescriptionType
ResultCode

eResultCodes
DefaultProvider

System.String
EnableRememberMe

System.Boolean
ErrorMessage

System.String
FedAuthEnabled

System.Boolean
Host

System.String
InternalCode

System.Int32
IsEnabled

System.Boolean
IsLoggedIn

System.Boolean
IsSuccessful

System.Boolean
MachineNumber

System.String
Message

System.String
Providers

List<Provider>
Version

System.String

Response Formats

application/json

Sample:

            
            {
              "resultCode": "conWS_Success",
              "errorMessage": "",
              "internalCode": 0,
              "message": "",
              "enableRememberMe": true,
              "fedAuthEnabled": false,
              "host": "cms.crownpeak.net",
              "isEnabled": true
            }
            
            

Connect with Crownpeak