You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal: Implement an API endpoint to fetch a list of users in the salesforce organization that can be assigned a task. The endpoint should allow users to search for a user.
Background: We need an endpoint to show a list of salesfoce organization users that can be assigned a task. The users should also be able to search a user.
Tasks:
Add open api specification
Implement sequence diagram
Write test cases for the new endpoint.
Implement the code as per the sequence diagram.
Include the endpoint in the postman collection.
Handle possible errors such as invalid input or server errors.
The text was updated successfully, but these errors were encountered:
Goal: Implement an API endpoint to fetch a list of users in the salesforce organization that can be assigned a task. The endpoint should allow users to search for a user.
Background: We need an endpoint to show a list of salesfoce organization users that can be assigned a task. The users should also be able to search a user.
Tasks:
The text was updated successfully, but these errors were encountered: