CatalogUserService.
list_users
list_users(
) ->
list[CatalogUser]
Get a list of all existing users.
Parameters
name | type | description |
---|---|---|
self | None | None |
Returns
type | description |
---|---|
list[CatalogUser] | List of all Users as User entity objects. |
list_users(
) ->
list[CatalogUser]
Get a list of all existing users.
name | type | description |
---|---|---|
self | None | None |
type | description |
---|---|
list[CatalogUser] | List of all Users as User entity objects. |