Set Account Ranks
Set Account Ranks
POST
https://api.sonorancms.com/general/set_account_ranks
Get a Sonoran CMS community account's ranks by account ID, API ID, or username.
Request Body
Name | Type | Description |
---|---|---|
id* | string | Community ID |
key* | string | API Key |
type* | string | GET_COM_ACCOUNT |
data* | array | Array of request objects |
Notes
set
add
and remove
can all be used together. remove
takes precedence over add
(i.e. if both add and remove have the same rank, it is ultimately removed).
The rank UUID(s) can be copied from the rank manager by clicking the ...
icon and selecting the Copy Rank ID
button.
Last updated