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