A
LogoutUserEnterpriseAccount
AirtableApi.LogoutUserEnterpriseAccount
Description
Logs out an enterprise account user.
This tool logs out a user from an enterprise account. Applicable for ELA and FLA internal enterprise account users and managed claiming enterprise users.
Input Parameters
{
"parameters": [
{
"name": "enterprise_account_id",
"required": true,
"inferrable": true,
"description": "The unique identifier for the enterprise account. Required for logging out a user from the account.",
"value_schema": {
"val_type": "string"
}
},
{
"name": "user_id",
"required": true,
"inferrable": true,
"description": "The unique identifier of the user to log out from the enterprise account.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'logout-user'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}