hghs icon indicating copy to clipboard operation
hghs copied to clipboard

Registration for admins

Open thejhh opened this issue 2 years ago • 0 comments

Note! For compatibility with Synapse tools, it should support the same API as /_synapse.

Initiate registration end point

  • GET /_synapse/admin/v1/register
  • GET /_fi.hg.hs/admin/v1/register

The DTO for response is SynapsePreRegisterResponseDTO.

Execute registration end point

  • POST /_synapse/admin/v1/register
  • POST /_fi.hg.hs/admin/v1/register

The DTO for request is SynapseRegisterRequestDTO.

The DTO for response is SynapseRegisterResponseDTO.

See also

  • https://matrix-org.github.io/synapse/latest/admin_api/register_api.html

thejhh avatar Apr 23 '22 18:04 thejhh