Brilliant Directories

Learn how to use Brilliant Directories with Composio

Overview

Enum

BRILLIANT_DIRECTORIES

Description

Brilliant Directories is an all-in-one platform that enables users to create and manage online membership communities and business directories.

Authentication Details

api_key
stringRequired
website_domain
stringRequired

Actions

This tool creates a new user record in the brilliant directories website database. it supports creating new users with essential details such as email, password, subscriptionid and optional parameters including name, company, contact details, and address information.

Action Parameters

about_me
string
active
integer
address1
string
address2
string
city
string
company
string
country_code
string
email
stringRequired
first_name
string
last_name
string
password
stringRequired
phone_number
string
position
string
state_code
string
subscription_id
integerRequired
verified
integer
website
string
zip_code
string

Action Response

data
object
error
successful
boolean
This tool deletes an existing user record from the brilliant directories website database. it allows for the complete removal of a user record and, optionally, the deletion of the member's uploaded images.

Action Parameters

delete_images
integer
user_id
stringRequired

Action Response

data
object
error
successful
boolean
This tool fetches all data categories in a brilliant directories website. data categories are distinct from top categories and represent the various types of data organization within the system.

Action Parameters

Action Response

data
object
error
successful
boolean
This tool retrieves all available fields in the leads table from a brilliant directories website. it returns a json object containing a list of fields and their associated metadata (field name, field type, field label, whether the field is required, and if it is a system field) that can be used to understand the structure and metadata of lead-related fields.

Action Parameters

Action Response

data
object
error
successful
boolean
This tool retrieves all the available fields in the users reviews table from a brilliant directories website. it is a standalone tool that requires only authentication and provides a comprehensive list of review information such as review text, rating, timestamp, user identification fields, and any custom configured fields in the reviews system.

Action Parameters

Action Response

data
object
error
successful
boolean
This tool fetches all available fields from the users data table in your brilliant directories website. it provides a detailed list of available fields for user operations including creation, updating, and retrieval.

Action Parameters

property
stringDefaults to user_id
property_value
stringRequired

Action Response

data
object
error
successful
boolean