Set Credentials

Put
/employers/{employerId}/external-data/{id}/authorize

For ExternalDataProviders with an AuthScheme of Basic.
Sets the username and password for the service.

Store values

Parameters

string
The Id of the Employer.
string
The Id of the ExternalDataProvider you want to authorize with.

StringStringKeyValuePair[]
string
The username for the ExternalDataProvider. (optional)
string
The password for the ExternalDataProvider. (optional)
Try it

Possible Responses

200 Success