HEY i gave up haha I'm working on creating users t...
# 💻developers
c
HEY i gave up haha I'm working on creating users through the Botpress API and have encountered the "tags" parameter in the user creation endpoint (POST /v1/chat/users). According to the documentation, the tags are a map of objects, and the available tags are restricted by those previously defined by the Bot. Here's the relevant section from the documentation: json Copy code "tags": { "id": "string", "createdAt": "string (ISO 8601 format)", "updatedAt": "string (ISO 8601 format)" } I'm unclear about what exactly these tags represent and how I should define and use them when creating a user. Could you provide more details or examples on how to correctly structure the tags for user creation? Also, how do I know which tags are required, and what values should be assigned to them? Any guidance or additional documentation would be greatly appreciated.
2 Views