Users REST Endpoints

Identity/Users
Manage users. You can create user accounts only if you are granted access to the Identity Domain Administrator or User Administrator role. By default, Oracle Identity Cloud Service contains one user account (admin@oracle.com) for the Identity Domain Administrator. This REST API is SCIM compliant.
Create a User
Method: post
Path: /admin/v1/Users
Delete a User
Method: delete
Path: /admin/v1/Users/{id}
Get a User
Method: get
Path: /admin/v1/Users/{id}
HTTP Options
Method: options
Path: /admin/v1/Users
Replace a User
Method: put
Path: /admin/v1/Users/{id}
Search Users
Method: get
Path: /admin/v1/Users
Search Users Using POST
Method: post
Path: /admin/v1/Users/.search
Update a User
Method: patch
Path: /admin/v1/Users/{id}