listSudos

abstract suspend fun listSudos(option: ListOption): List<Sudo>

Retrieves all Sudos owned by the signed in user.

Return

List: A list of Sudos

Parameters

option

: option for controlling the behaviour of this API. Refer to ListOption enum.