Skip to content

Disable User

finspacedata_disable_user R Documentation

Denies access to the FinSpace web application and API for the specified user

Description

Denies access to the FinSpace web application and API for the specified user.

Usage

finspacedata_disable_user(userId, clientToken)

Arguments

userId

[required] The unique identifier for the user that you want to deactivate.

clientToken

A token that ensures idempotency. This token expires in 10 minutes.

Value

A list with the following syntax:

list(
  userId = "string"
)

Request syntax

svc$disable_user(
  userId = "string",
  clientToken = "string"
)