Skip to main content
PATCH
Update user status
Enables or disables a user account. Disabled users cannot access the system. Concept guide: Getting started with Fundflow
Requires the COMPANY_ADMIN role (the manage:company-users scope).

Authorizations

Authorization
string
header
required

OAuth2 authentication via Venly Identity Platform

Path Parameters

userId
string
required

Unique identifier of the user

Body

application/json

Request to enable or disable a company user account

enabled
boolean
required

Whether the user account should be enabled (true) or disabled (false)

Response

User status successfully updated

success
boolean
default:true
result
object

Company user details