Get User Result
data class GetUserResult(val avatarUrl: String, val bio: String, val canCreateGroup: Boolean, val canCreateProject: Boolean, val colorSchemeId: Int, val createdAt: String, val currentSignInAt: String, val email: String, val externUid: String, val external: Boolean, val id: String, val isAdmin: Boolean, val isBot: Boolean, val lastSignInAt: String, val linkedin: String, val location: String, val name: String, val namespaceId: Int, val note: String, val organization: String, val projectsLimit: Int, val skype: String, val state: String, val themeId: Int, val twitter: String, val twoFactorEnabled: Boolean, val userId: Int, val userProvider: String, val username: String, val websiteUrl: String)
A collection of values returned by getUser.
Constructors
Link copied to clipboard
constructor(avatarUrl: String, bio: String, canCreateGroup: Boolean, canCreateProject: Boolean, colorSchemeId: Int, createdAt: String, currentSignInAt: String, email: String, externUid: String, external: Boolean, id: String, isAdmin: Boolean, isBot: Boolean, lastSignInAt: String, linkedin: String, location: String, name: String, namespaceId: Int, note: String, organization: String, projectsLimit: Int, skype: String, state: String, themeId: Int, twitter: String, twoFactorEnabled: Boolean, userId: Int, userProvider: String, username: String, websiteUrl: String)
Properties
Link copied to clipboard
Whether the user can create groups.
Link copied to clipboard
Whether the user can create projects.
Link copied to clipboard
User's color scheme ID.
Link copied to clipboard
Current user's sign-in date.
Link copied to clipboard
Last user's sign-in date.
Link copied to clipboard
The ID of the user's namespace. Requires admin token to access this field.
Link copied to clipboard
The organization of the user.
Link copied to clipboard
Number of projects the user can create.
Link copied to clipboard
Whether user's two-factor auth is enabled.
Link copied to clipboard
The UID provider of the user.
Link copied to clipboard
User's website URL.