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
                - 
                    username(required):  string
                    
                    Identifier for the user.
 
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
 
200 Response
Information on the specified user.
                            
                            
                                Root Schema : DatabaseUsersItem
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThis object describes a database user. The list of attributes may vary depending on database version.
    
    
    
    
        Show Source
        - 
                
                    
                    account_status: string
                    
                    
                     
                    
                
                
                Account status.
 - 
                
                    
                    all_shard: string
                    
                    
                     
                    
                
                
                In a sharded database, the value in this column indicates whether the user was created with shard DDL enabled.
 - 
                
                    
                    authentication_type: string
                    
                    
                     
                    
                
                
                Indicates the authentication mechanism for the user.
 - 
                
                    
                    common: string
                    
                    
                     
                    
                
                
                Indicates whether a given user is common.
 - 
                
                    
                    created: string
                    
                    
                     
                    
                
                
                User creation date.
 - 
                
                    
                    days_left: integer
                    
                    
                     
                    
                
                
                Indicates the number of days left before the account expires. Can be a negative value if the account is expired.
 - 
                
                    
                    default_collation: string
                    
                    
                     
                    
                
                
                Default collation for the user???s schema.
 - 
                
                    
                    default_tablespace: string
                    
                    
                     
                    
                
                
                Default tablespace for data.
 - 
                
                    
                    editions_enabled: string
                    
                    
                     
                    
                
                
                Indicates whether editions have been enabled for the corresponding user (Y) or not (N).
 - 
                
                    
                    expired_account: integer
                    
                    
                     
                    
                
                
                When EXPIRY_DATE is in the past, 1, otherwise 0.
 - 
                
                    
                    expiry_date: string
                    
                    
                     
                    
                
                
                Date of expiration of the account.
 - 
                
                    
                    external_name: string
                    
                    
                     
                    
                
                
                User external name. For centrally managed users, if the database user mapping is an exclusive mapping, then this will be the directory service DN for the user. If this database user is a shared schema, it will be the DN of a group.
 - 
                
                    
                    implicit: string
                    
                    
                     
                    
                
                
                Indicates whether this user is a common user created by an implicit application (YES) or not (NO).
 - 
                
                    
                    inherited: string
                    
                    
                     
                    
                
                
                Indicates whether the user definition was inherited from another container (YES) or not (NO).
 - 
                
                    
                    initial_rsrc_consumer_group: string
                    
                    
                     
                    
                
                
                Initial resource consumer group for the user.
 - 
                
                    
                    last_login: string
                    
                    
                     
                    
                
                
                The time of the last user login.
 - 
                
                    
                    links: array
                    
                    
                
                
                    links
                
                
                
 - 
                
                    
                    local_temp_tablespace: string
                    
                    
                     
                    
                
                
                Default local temporary tablespace for the user.
 - 
                
                    
                    lock_date: string
                    
                    
                     
                    
                
                
                Date the account was locked if account status was LOCKED.
 - 
                
                    
                    locked_account: integer
                    
                    
                     
                    
                
                
                When LOCK_DATE is set, 1, otherwise 0.
 - 
                
                    
                    open_account: integer
                    
                    
                     
                    
                
                
                When ACCOUNT_STATUS = 'OPEN', 1, otherwise 0.
 - 
                
                    
                    oracle_maintained: string
                    
                    
                     
                    
                
                
                Denotes whether the user was created, and is maintained, by Oracle-supplied scripts (such as catalog.sql or catproc.sql). A user for which this column has the value Y must not be changed in any way except by running an Oracle-supplied script.
 - 
                
                    
                    password_versions: string
                    
                    
                     
                    
                
                
                Shows the list of versions of the password hashes (also known as 'verifiers') existing for the account.
 - 
                
                    
                    profile: string
                    
                    
                     
                    
                
                
                User resource profile name.
 - 
                
                    
                    proxy_only_connect: string
                    
                    
                     
                    
                
                
                Indicates whether a user can connect directly (N) or whether the account can only be proxied (Y) by users who have proxy privileges for this account (that is, by users who have been granted the 'connect through' privilege for this account).
 - 
                
                    
                    temporary_tablespace: string
                    
                    
                     
                    
                
                
                Name of the default tablespace for temporary tables or the name of a tablespace group.
 - 
                
                    
                    user_id: integer
                    
                    
                     
                    
                
                
                ID number of the user.
 - 
                
                    
                    username: string
                    
                    
                     
                    
                
                
                Name of the user.