UserActivateResult
The details about a request to activate or deactivate a set of users.
changed_usersstring[]
A list of the User IDs that were activated or deactivated.
unchanged_usersstring[]
A list of the User IDs that were not activated or deactivated, typically because they were already in the desired state.
activatedboolean
Indicates whether the users were activated. (Based on the `activate parameter in the request.)
Example:
true
deactivatedboolean
Indicates whether the users were deactivated. (Based on the activate
parameter in the request.)
Example:
false
UserActivateResult
{
"changed_users": [
"5CD906A3941C463B9CC98F49DBCC25AA"
],
"unchanged_users": [
"5CD906A3941C463B9CC98F49DBCC25AA"
],
"activated": true,
"deactivated": false
}