Retour à Knoon
Connecter Knoon AI avec Knoon (System) pour automatiser les flux de travail AI.
List users in the current Knoon organization.
systemKnoonListUsers
Bêta
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| top | number | Maximum number of users to return (1-100). | Non |
| lastId | mustache | Optional last seen user ID for pagination. | Non |
| returnRoles | boolean | If true, include the organization roles for each user. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| status | string | DONE. |
| sensitive.users.user.uid | string | User ID. |
| sensitive.users.user.displayName | string | Display name. |
| sensitive.users.user.email | string | Email address. |
| sensitive.users.user.photoURL | string | Profile photo URL. |
| sensitive.users.user.roles.owner | boolean | Whether the user owns the organization. |
| sensitive.users.user.roles.knowledgeBase | string | Knowledge base role. |
| sensitive.users.user.roles.message | string | Messaging role. |
| sensitive.users.user.roles.bill | string | Billing role. |
| sensitive.users.user.roles.admin | string | Admin role. |
| sensitive.users.user.createdAt | string | User join timestamp in ISO 8601 format when available. |
| sensitive.lastId | string | Pagination cursor for the next page, or empty string when there are no more users. |