Matrix Client-Server Registration API
Number of APIs: 8
-
register - Register for an account on this homeserver. POST {{baseUrl}}/register?kind=user
-
register - Begins the validation process for an email to be used during registration. POST {{baseUrl}}/register/email/requestToken
-
register - Requests a validation token be sent to the given phone number for the purpose of registering an account POST {{baseUrl}}/register/msisdn/requestToken
-
register - Checks to see if a username is available on the server. GET {{baseUrl}}/register/available?username=my_cool_localpart
-
account-password - Changes a user's password. POST {{baseUrl}}/account/password
-
account-password - Requests a validation token be sent to the given email address for the purpose of resetting a user's password POST {{baseUrl}}/account/password/email/requestToken
-
account-password - Requests a validation token be sent to the given phone number for the purpose of resetting a user's password. POST {{baseUrl}}/account/password/msisdn/requestToken
-
account - Deactivate a user's account. POST {{baseUrl}}/account/deactivate