Authentication using a User Account
For accessing APIs using a User account:
- User Account
A user account represents an individual person interacting with the application or the system. User accounts are used for accessing the system on behalf of a user.
For accessing APIs with a user account, you need to get the session ID by providing a username and password in the Login API. This session ID can then be used for accessing other APIs.
Note: You can also use the username and password in all API calls instead of the sessionId. However, this is not recommended.
