Get Users Plain Args
data class GetUsersPlainArgs(val active: Boolean? = null, val blocked: Boolean? = null, val createdAfter: String? = null, val createdBefore: String? = null, val excludeExternal: Boolean? = null, val excludeInternal: Boolean? = null, val externProvider: String? = null, val externUid: String? = null, val external: Boolean? = null, val orderBy: String? = null, val search: String? = null, val sort: String? = null, val username: String? = null, val withoutProjectBots: Boolean? = null) : ConvertibleToJava<GetUsersPlainArgs>
A collection of arguments for invoking getUsers.
Constructors
Link copied to clipboard
constructor(active: Boolean? = null, blocked: Boolean? = null, createdAfter: String? = null, createdBefore: String? = null, excludeExternal: Boolean? = null, excludeInternal: Boolean? = null, externProvider: String? = null, externUid: String? = null, external: Boolean? = null, orderBy: String? = null, search: String? = null, sort: String? = null, username: String? = null, withoutProjectBots: Boolean? = null)
Properties
Link copied to clipboard
Search for users created after a specific date. (Requires administrator privileges)
Link copied to clipboard
Search for users created before a specific date. (Requires administrator privileges)
Link copied to clipboard
Filters only non external users.
Link copied to clipboard
Filters only non internal users.
Link copied to clipboard
Lookup users by external provider. (Requires administrator privileges)
Link copied to clipboard
Filters user without project bots.