- Subcategories:
- User Collaboration Groups
- User File Properties
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: putPath:
/rest/ofscCore/v1/users/{login} - Delete a user
- Method: deletePath:
/rest/ofscCore/v1/users/{login} - Get a user
- Method: getPath:
/rest/ofscCore/v1/users/{login} - Get users
- Method: getPath:
/rest/ofscCore/v1/users - Update a user
- Method: patchPath:
/rest/ofscCore/v1/users/{login}