You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get the list of identities for the currently logged in user.
125
125
126
126
Parameters
127
127
----------
128
128
queries : Optional[List[str]]
129
129
Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: userId, provider, providerUid, providerEmail, providerAccessTokenExpiry
130
+
total : Optional[bool]
131
+
When set to false, the total count returned will be 0 and will not be calculated.
Get the list of latest security activity logs for the currently logged in user. Each log returns user IP address, location and date and time of log.
207
210
208
211
Parameters
209
212
----------
210
213
queries : Optional[List[str]]
211
214
Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Only supported methods are limit and offset
215
+
total : Optional[bool]
216
+
When set to false, the total count returned will be 0 and will not be calculated.
Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: name
25
25
search : Optional[str]
26
26
Search term to filter your list results. Max length: 256 chars.
27
+
total : Optional[bool]
28
+
When set to false, the total count returned will be 0 and will not be calculated.
Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: name, enabled, documentSecurity
412
415
search : Optional[str]
413
416
Search term to filter your list results. Max length: 256 chars.
417
+
total : Optional[bool]
418
+
When set to false, the total count returned will be 0 and will not be calculated.
Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: key, type, size, required, array, status, error
653
+
total : Optional[bool]
654
+
When set to false, the total count returned will be 0 and will not be calculated.
Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long.
2373
2382
transaction_id : Optional[str]
2374
2383
Transaction ID to read uncommitted changes within the transaction.
2384
+
total : Optional[bool]
2385
+
When set to false, the total count returned will be 0 and will not be calculated.
Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection).
3015
3027
queries : Optional[List[str]]
3016
3028
Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: key, type, status, attributes, error
3029
+
total : Optional[bool]
3030
+
When set to false, the total count returned will be 0 and will not be calculated.
0 commit comments