Binds a 3PID to the user's account through an Identity Service.
POST {{baseUrl}}/account/3pid/bind
Binds a 3PID to the user's account through the specified identity server.
Homeservers should not prevent this request from succeeding if another user has bound the 3PID. Homeservers should simply proxy any errors received by the identity server to the caller.
Homeservers should track successful binds so they can be unbound later.
Request Body
{"id_server"=>"example.org", "id_access_token"=>"abc123_OpaqueString", "sid"=>"abc123987", "client_secret"=>"d0nt-T3ll"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{}