Add Member Record

Create a disciplinary record.

POST https://api.sonorancms.com/v2/community/disciplinary/accounts/00000000-0000-0000-0000-000000000000/records

Rate limit: 18 requests per minute

Authenticated v2 endpoints are rate limited per credential rather than per IP address.

Create a disciplinary record.

Route Parameters

| Name | Type | Required | Description |

| --- | --- | --- | --- |

| accountId | string (uuid) | Yes | Target accountId. |

Request Body

| Name | Type | Required | Description |

| --- | --- | --- | --- |

| points | number | Yes | See example request for the shape. |

| reason | string | Yes | See example request for the shape. |

Example Request

Response

The data array contains the newly created disciplinary record rows, one per affected account.

Last updated

Was this helpful?