Users Table

A user table is created by default within each project and is used for storing user-related data such as email, and roles. There is a number of rules pertaining to the usage of the table:

  • You can add/remove columns for the Users table like with any other Deskree table. However, the following columns cannot be removed:

    • Email

    • Roles

  • Since an account needs to be created, you cannot create/delete the data in the users' table directly via the database APIs. That is why they are absent from the REST postman collection, GraphQL schema, as well as the API viewer in the Users table. Hence:

    • To create a user with additional custom properties, you first need to create it via the AUTH API and then use Database APIs to edit the user data

Last updated

Copyright © 2023 Deskree Technologies Inc.