Question

Is the userlogin API method required? I noticed on https://help.aps.odin.com/api/user-login it's set as required, where as on https://help.aps.odin.com/api it is not. If we don't implement this method, does that hide the log in to service button users see in the CCP dashboard?

Answer

If you plan to support user in APS Connector (i.e. if User integration if ON at Model page), then this API is required, it will be checked during validation. If User integration is OFF, then this API is not required, only adminlogin API will be used in APS Connector.

Internal content