Users
This article refers to SDK version v0.5.0. The current SDK version is N/A.
Mounted at client.users. Company users, read-only through this API. See the Overview for narrative examples, and Organization for the equivalent Panel view.
Concept
Organization. The company workspace in Barbara Panel that owns a set of users, roles, and every node, cluster, and application under it.
Learn moreUsersResource
UsersResource(client: BarbaraClient)
list
list() -> List[User]
paginate
paginate(*, offset: int = 0, size: int = 100) -> Page
AsyncUsersResource
AsyncUsersResource(client: AsyncBarbaraClient)
list
list() -> List[User]
paginate
paginate(*, offset: int = 0, size: int = 100) -> Page
Signatures above are generated from barbara-api-sdk 0.5.0 docstrings. If a new SDK release changes one, this page needs a re-sync — the surrounding prose does not update itself.