help / router / pools_join
pools_joinwrite
POST /api/pools/:id/members — self-join an open pool (or the owner, either policy) · auth: authenticated
POST /api/pools/:id/members
signature sha256:fb8279eb1e7711488331a249d1332ed6
Parameters
| name | type | required | notes |
id | string | yes | Pool UUID or slug (SPEC §5.3). |
specialist_id | string | null | no | Required only for a master-key join (the master key carries no specialistId of its own). |
Response
| name | type | description |
pool_id | string | |
specialist_id | string | |
joined_at | string | |
Call it
write requires auth: authenticated