verify Credentials
Returns an HTTP 200 OK response code and a representation of the requesting user if authentication was successful; returns a 401 status code and an error message if not. Use this method to test if supplied user credentials are valid.
Receiver
Account endpoint instance.
Return
JsonObjectApiAction for VerifyCredentials model.
Parameters
Optional. The entities node will not be included when set to false.
Optional. When set to either true, t or 1 statuses will not be included in the returned user object.
Optional. When set to true email will be returned in the user objects as a string. If the user does not have an email address on their account, or if the email address is not verified, null will be returned.
Optional. Custom parameters of this request.
Shorthand property to Account.verifyCredentials.