JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle® ZFS Storage Appliance RESTful Application Programming Interface
Oracle Technology Network
Library
PDF
Print View
Feedback
search filter icon
search icon

Document Information

Using This Documentation

Chapter 1 Overview

Chapter 2 Working with the API

Chapter 3 Alert Service Commands

Chapter 4 Analytics Services

Chapter 5 Hardware Services

Chapter 6 Log Commands

Chapter 7 Network Commands

Chapter 8 Problem Service Commands

Chapter 9 Role Service

Chapter 10 SAN Services

Chapter 11 Service Commands

Chapter 12 Storage Services

Chapter 13 System Commands

Chapter 14 User Service

User Service Commands

List Users

Get User

Create User

Modify Users

Delete Users

Chapter 15 Workflow Commands

Chapter 16 RESTful Clients

User Service Commands

The following user service commands are available.

Table 14-1  User Service Commands
Request
Path /api/user/v1
Description
GET
List the user service commands
GET
/users
List summary information for all users
GET
/users/<user>
Get detail information about a specific user
DELETE
/users/<user>
Remove a local user from the system
POST
/users
Create a new local user, clone an existing user as new user, or add an administrator from a network directory
PUT
/users/<user>
Modify user properties
PUT
/users/<user>/preferences
Modify user preferences
GET
/users/<user>/preferences
Get user’s preferences
POST
/users/<user>/exceptions
Create new user authorization exceptions
GET
/users/<user>/exceptions/<auth>
Get the specified user authorization exceptions properties
GET
/users/<user>/exceptions
List all user authorization exceptions objects
PUT
/users/<user>/exceptions/<auth>
Modify the specified user authorization exceptions object
DELETE
/users/<user>/exceptions/<auth>
Destroy the specified auth object
POST
/users/<user>/preferences/keys
Create a new user ssh keys
GET
/users/<user>/preferences/keys /<key>
Get the specified user ssh keys properties
GET
/users/<user>/preferences/keys
List all user ssh keys objects
PUT
/users/<user>/preferences/keys /<key>
Modify the specified ssh key for the given user
DELETE
/users/<user>/preferences/keys /<key>
Destroy the specified key object