From eb4fbb70fd44baff8c767775f8412d040511fb34 Mon Sep 17 00:00:00 2001
From: DMRobertson
deactivated
- bool, optional. If unspecified, deactivation state will be left unchanged.
locked
- bool, optional. If unspecified, locked state will be left unchanged.
Note: the password
field must also be set if both of the following are true:
deactivated
is set to false
and the user was previously deactivated (you are reactivating this user)nametrue
to include guest users.
admins
- Optional flag to filter admins. If true
, only admins are queried. If false
, admins are excluded from
+the query. When the flag is absent (the default), both admins and non-admins are included in the search results.
deactivated
- string representing a bool - Is optional and if true
will include deactivated users.
Defaults to false
to exclude deactivated users.