Users REST Endpoints

Core/Users
The users resource is used to view, create, update, or delete a specific user and view a list of users. A user is a person who uses Oracle Field Service or an entity that allows people or external software to access Oracle Field Service.
Create a user
Method: put
Path: /rest/ofscCore/v1/users/{login}
Delete a user
Method: delete
Path: /rest/ofscCore/v1/users/{login}
Get a user
Method: get
Path: /rest/ofscCore/v1/users/{login}
Get users
Method: get
Path: /rest/ofscCore/v1/users
Update a user
Method: patch
Path: /rest/ofscCore/v1/users/{login}