Users
Users represent people logging, accessing the different spaces. The User resource endpoints are used to set and retrieve the personal preferences of a user in the context of specific space.
📄️ Create or update my own user
<div class='my-preview'><span>Preview: The API is in development or testing phases and the interface could still change slightly.</span></div> <br/> Create or update the current user based on the JWT token. If the user exists, update user information and set status to ACTIVE. If the user does not exist and has a valid email, create the user with ACTIVE status. Application tokens (without email) cannot create users.
📄️ Delete current user preferences
<div class='my-preview'><span>Preview: The API is in development or testing phases and the interface could still change slightly.</span></div> <br/> Delete current user preferences based on the access token.
📄️ Delete entity's preferences
<div class='my-preview'><span>Preview: The API is in development or testing phases and the interface could still change slightly.</span></div> <br/> Delete the preferences of a user's entity
📄️ Delete user's space preferences
<div class='my-preview'><span>Preview: The API is in development or testing phases and the interface could still change slightly.</span></div> <br/> Delete the preferences of a specific user's space
📄️ Get current user preferences
<div class='my-preview'><span>Preview: The API is in development or testing phases and the interface could still change slightly.</span></div> <br/> Get current user preferences, if not found, create a new user based on the access token.
📄️ Get current user tokens
<div class='my-preview'><span>Preview: The API is in development or testing phases and the interface could still change slightly.</span></div> <br/> Get current user tokens
📄️ Get user's entities preferences
<div class='my-preview'><span>Preview: The API is in development or testing phases and the interface could still change slightly.</span></div> <br/> Get user's entity-specific preferences
📄️ Get user's spaces preferences
<div class='my-preview'><span>Preview: The API is in development or testing phases and the interface could still change slightly.</span></div> <br/> Get user's space-specific preferences
📄️ Replace user token for specified device and app
<div class='my-preview'><span>Preview: The API is in development or testing phases and the interface could still change slightly.</span></div> <br/> Replace user token for specified device and app
📄️ Update user global preferences
<div class='my-preview'><span>Preview: The API is in development or testing phases and the interface could still change slightly.</span></div> <br/> Update user's global preferences
📄️ Update user's entities preferences
<div class='my-preview'><span>Preview: The API is in development or testing phases and the interface could still change slightly.</span></div> <br/> Update user's entity-specific preferences
📄️ Update user's spaces preferences
<div class='my-preview'><span>Preview: The API is in development or testing phases and the interface could still change slightly.</span></div> <br/> Update user's space-specific preferences