updateUserForceLocalPasswordExpiration
Forces or un-forces a user's local password to expire on next login.
updateUserForceLocalPasswordExpiration(
id: UUID!
forceLocalPasswordExpiration: Boolean!
): User
Arguments
updateUserForceLocalPasswordExpiration.id ● UUID! non-null scalar
The UUID of the user to update.
updateUserForceLocalPasswordExpiration.forceLocalPasswordExpiration ● Boolean! non-null scalar
Whether the user's local password should be forced to expire.
Type
User object
A representation of a human user account.