User bag
Once created, an emote can be found in the user's "bag". The following routes are used to manage the bag:
List all the user emotes. The user must be associated to requesting virtual world
Authorizations
Path parameters
userIdanyoptional
Virtual world's user ID.
Query parameters
matureanyoptional
Optional filter for mature content. Non flagged emotes are returned as false
limitanyoptional
Optional pagination parameter
offsetanyoptional
Optional pagination parameter
sinceanyoptional
Filter by creation date
Example:
2023-01-01T12:12:30Z
untilanyoptional
Filter by creation date
Example:
2024-01-01T12:12:30Z
Responses
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
401
403
In the developer portal, you also have the ability to moderate users content, and remove emotes that does not comply with your policies.
Last updated