sgOriginal post
Web Developer
i am created a project in appwrite , i am able to add only 3 values , but i want to add another value of role or any other custom . so i want to create another attribute in auth . how to add it in appwrite auth by using flutterflow . ( i am using flutterflow )
Check the screenshot For the api all i used
TIA
Summary
Developers can add custom attributes in Appwrite auth by accessing the Users API in Appwrite. Look for the endpoint that allows you to update user attributes and include the additional field, such as 'role'. This can be done within the Flutterflow interface.
Solution: Utilize the Users API in Appwrite to add custom attributes like 'role' to user profiles.