> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Island Set Member Limit

> Sets the member limit for an island.

The `island_set_member_limit` action updates the maximum number of members allowed on the island.

## Configuration

<ResponseField name="island_set_member_limit" type="Map" required>
  Configuration for the action.

  <Expandable title="Properties">
    <ResponseField name="id" type="String">
      Optional unique identifier.
    </ResponseField>

    <ResponseField name="limit" type="Integer">
      The new member limit. Default is `0`.
    </ResponseField>
  </Expandable>
</ResponseField>
