How to change Rest API username and password authentication?

0
Hello, Can anyone tell me how can I change my REST api exposed webservice authentication details in production server?     Note: the above window appears whenever I try to execute my webservice in Swagger!
asked
2 answers
0

The web service user is generally a standard user of your application. So you need to create a new System.User instance (or whatever specialization you have in your app), with WebServiceUser field set to true. You could do that from an admin screen or in an application initialization microflow.

 

answered
1

Hello,

Have you created constants for Username & Password ?

answered