Users

Section Contents

Users#

The SDK provides functionality to interact with the users on Cloud Pak for Data.

This includes operations such as:
  • Listing all users

Listing all users#

Users can be retrieved using Platform.users property. This property returns a UserProfilesOnPrem object.

>>> platform.users
[...UserProfileOnPrem(...)...]