Get Account
Sonoran CAD allows you to retrieve detailed user account data via API.
This API endpoint requires the Plus version of Sonoran CAD or higher. For more information, see our pricing page.
Get Account
POST
https://api.sonorancad.com/general/get_account
This endpoint allows you to retrieve information on a specified account in your community.
Request Body
Name
Type
Description
id
string
Your community's ID
key
string
Your community's API Key
type
string
GET_ACCOUNT
data
array
Array of request objects
Search Type
The search can be by the user's apiId
, their Sonoran CAD account username
, or their Sonoran account
uuid.
Last updated