To Fetch List of Users To Tag On Post
API Class :
CreatorInteractor
Method :
getTagFriendList()
Used to fetch the list of all users/friends while uploading the content. Refer uploadContentMetaData() to push the tagged user data on content.
Request:
- Request Object : CreatorParams
- Parameters
- search: search keyword
- limit: How many users/friends you want in a single response
- offset: it's the current page/offset
Response:
- Response Object : TagFriendList
- Message: It is a simple string message
- StatusCode : It returns an API status code (like 200,201,500,401)
- Success: It returns boolean value, (true/false)
- data : It returns list of users