Trustelem local users

Contents

What Trustelem local users are?

Creation

Management

By clicking on the user, you can:

Temporary users

As said before, an administrator can define an expiration date for a user account:

account_expiration.PNG

updateUser(args: {
    id: UserID;
    firstName?: string;
    lastName?: string;
    email?: string;
    email2?: string;
    isAdmin?: boolean;
    suspended?: boolean;
    accountExpiration?: Date | number | string | null //Expiration parameter
    groups?: GroupID[];
}): { error?: string; };

When the date is reached, the account has a status Expired and the user can't authenticate on Trustelem anymore.


Revision #6
Created 24 October 2023 14:32:29 by WALLIX Admin
Updated 11 March 2025 08:32:04 by WALLIX Admin