Get a specific database user

get

/database/security/users/{username}

Returns the corresponding record from DBA_USERS or ALL_USERS view depending on the role at runtime. A client requires SQL Administrator or SQL Developer role to invoke this service.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Information on the specified user.
Body ()
Root Schema : DatabaseUsersItem
Type: object
This object describes a database user. The list of attributes may vary depending on database version.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top