This documentation is for an older version of GoodData.
Go to the latest version of this article.
catalog_user.
get_user
get_user(user_id: str)
Gets an individual user using user id.
Parameters
name | type | description |
---|---|---|
user_id | string | User identification string. e.g. "123" |
Returns
type | description |
---|---|
CatalogUser | user entity object. |
Example
# Get a user
user = sdk.catalog_user.get_user(user_id="abc")