get-user-room-subscription-settings
Retrieve user-specific room subscription settings by providing their user ID, enabling precise configuration and access control within Liveblocks.
Instructions
Get a user's room subscription settings
Input Schema
Name | Required | Description | Default |
---|---|---|---|
userId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"userId": {
"type": "string"
}
},
"required": [
"userId"
],
"type": "object"
}