User 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.

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.

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}/role

Update the organization role for a specific user.

Last updated

Was this helpful?