public interface ServiceUser extends ApplicationUser
Service users are not backed by a user from a Crowd directory and are not able to authenticate via the UI or REST. Service users can be used to programmatically perform tasks which require an associated user and do not count towards the licensed user count.
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_LABEL |
MAX_SLUG_LENGTH, SLUG_REGEXP
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
accept, getDisplayName, getId, getSlug, getType, isActive
getEmailAddress, getName
static final String DEFAULT_LABEL
Copyright © 2022 Atlassian. All rights reserved.