Skip to main content
Version: 0.6.1-incubating

Get user

GET 

/metalakes/:metalake/users/:user

Returns the specified user information in the specified metalake

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    user stringrequired

    The name of the user

Responses

Returns the user object

Schema

    code int32

    Possible values: [0]

    Status code of the response

    user

    object

    name stringrequired

    The name of the user

    roles string[]

    The roles of the user

    audit

    object

    Audit information for a Gravitino resource.

    creator string

    The user who created the resource

    createTime date-time

    The time the resource was created

    lastModifier string

    The user who last modified the resource

    lastModifiedTime date-time

    The time the resource was last modified

Loading...