File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
content/client-server-api/modules Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ for their own account maintenance:
6464- [ GET /devices] ( #get_matrixclientv3devices )
6565- [ GET /devices/{deviceId}] ( #get_matrixclientv3devicesdeviceid )
6666- [ PUT /devices/{deviceId}] ( #put_matrixclientv3devicesdeviceid )
67+ - {{% added-in v="1.2" %}} [ GET /account/whoami] ( #get_matrixclientv3accountwhoami )
6768
6869The following API endpoints are allowed to be accessed by guest accounts
6970for end-to-end encryption:
Original file line number Diff line number Diff line change @@ -65,6 +65,13 @@ paths:
6565 is associated with the access token (such as in the case
6666 of application services) then this field can be omitted.
6767 Otherwise this is required.
68+ is_guest :
69+ x-addedInMatrixVersion : " 1.2"
70+ type : boolean
71+ description : |-
72+ When `true`, the user is a [Guest User](#guest-access). When
73+ not present or `false`, the user is presumed to be a non-guest
74+ user.
6875 401 :
6976 description :
7077 The token is not recognised
You can’t perform that action at this time.
0 commit comments