Skip to main content
Version: Next

List users (names)

GET 

/metalakes/:metalake/users

List users (names)

Request​

Path Parameters

    metalake stringrequired

    The name of the metalake

Query Parameters

    details boolean

    Include detailed information about the user

Responses​

Returns the list of users if {details} is true, otherwise returns the list of user name

Schema

    oneOf

    code int32

    Possible values: [0]

    Status code of the response

    users

    object[]

    A list of user objects

  • Array [

  • 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...