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