Lists all the relevant user information that could be shown on a dashboard. It will contain all the pending workspace invitations for that user.
Dashboard information including workspace invitations
Authenticates a user with email and password. Returns JWT tokens and user information that can be used for subsequent API calls.
User's email
User's password
Object containing user information, access_token and refresh_token
Redoes the latest redoable action performed by the user.
Client session ID header
Optional
scopes: {Optional scopes to filter actions
Result of the redo operation
Refreshes an expired JWT token using a refresh token.
The refresh token obtained during login
Object containing a new access_token and user information
Creates a new user based on the provided values.
Object containing user registration fields:
Object containing user information and possibly tokens if authenticate is true
Undoes the latest undoable action performed by the user.
Client session ID header
Optional
scopes: {Optional scopes to filter actions
Result of the undo operation
Updates the account information of the authenticated user.
Account fields to update
Updated account information
Verifies a user's email address with a verification token.
Email verification token
User information and tokens if unauthenticated
Operations for managing Baserow users.