getRolesById method

  1. @override
Future<List<String>> getRolesById (
  1. String correlationId,
  2. String userId
)
override

Gets an user roles by user unique id.

  • correlationId (optional) transaction id to trace execution through call chain.
  • userId an user id. Return Future that receives user roles or error.