net.leanix.dropkit.oauth.models.UserStatus Maven / Gradle / Ivy
package net.leanix.dropkit.oauth.models;
/**
* User status on account level.
*
*/
public enum UserStatus {
ACTIVE,
ARCHIVED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy