githubEdit

user-magnifying-glassUser Account

The table below provides a categorized overview of the Flashback API endpoints for user account management, grouped by functional area. Each section lists the available HTTP functions along with a concise description of their purpose, helping developers quickly understand how to manage user accounts, roles, and profiles.

circle-info

To perform these operations, you must be authenticated by means of one of the following methods: BearerAuth.

User Account Management API Calls

Method
API Reference
Description

GET/user/profile

Get the current authenticated user's profile information.

GET/user/{userId}

Get role information for a specific user within the same organization.

GET/user/quota

Get the current organization’s active subscription and quota usage.

POST/user/login

Log in an existing user using credentials.

POST/user/refresh

Refresh JWT access token using a refresh token.

POST/user/register

Register a new user with email and password.

PUT/user/{userId}

Fetch the organization’s active subscription and quota usage.

PUT/user/{userId}/role

Update the organization role for a specific user.

Last updated

Was this helpful?