This documentation is for the unstable version of GoodData, currrently in development.
For stable version, go to the latest stable version of this article.
For stable version, go to the latest stable 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. |