get User Owned Links

open fun getUserOwnedLinks(userId: String, page: Int, pageSize: Int): PaginatedResponse<RefyLink>

Method to get the user's owned links

Return

the user links as PaginatedResponse of RefyLink

Parameters

userId

The identifier of the user

page

The page requested

pageSize

The size of the items to insert in the page