Get Profile Fields

Provides all profile fields associated and configured by the community.

Get Profile Fields

POST https://api.sonorancms.com/general/get_profile_fields

Get a Sonoran CMS community account's ranks by account ID, API ID, or username.

Request Body

NameTypeDescription

id*

string

Community ID

key*

string

API Key

type*

string

GET_COM_ACCOUNT

data*

array

Array of request objects

[
    {
        "id": "d9d1288e-3892-40d6-acc5-be2c3d294bd4",
        "type": "text array",
        "label": "Steam IDs",
        "options": null
    },
    ...
]
{
    "id": "YOUR_COMMUNITY_ID",
    "key": "YOUR_API_KEY",
    "type": "GET_PROFILE_FIELDS"
}

Last updated