Apply Permission Key
This endpoint allows you to apply a permission key to a user from your community.
This API endpoint requires the plus version of Sonoran CAD or higher. For more information, see our pricing page.
Apply Permission Key
POST
https://api.sonorancad.com/general/apply_permission_key
This endpoint allows you to apply a permission key to a user in your community.
Request Body
Name | Type | Description |
---|---|---|
id | string | Your community's ID |
key | string | Your community's API Key |
type | string | APPLY_PERMISSION_KEY |
data | array | Array of user account permission key objects |
Learn more about configuring permission keys.
Last updated