GetUserResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The avatar URL of the user.

Link copied to clipboard
val bio: String

The bio of the user.

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

Date the user was created at.

Link copied to clipboard

Current user's sign-in date.

Link copied to clipboard

The public email address of the user.

Link copied to clipboard

Whether the user is external.

Link copied to clipboard

The external UID of the user.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Whether the user is an admin.

Link copied to clipboard

Whether the user is a bot.

Link copied to clipboard

Last user's sign-in date.

Link copied to clipboard

LinkedIn profile of the user.

Link copied to clipboard

The location of the user.

Link copied to clipboard

The name of the user.

Link copied to clipboard

The ID of the user's namespace. Requires admin token to access this field.

Link copied to clipboard

Admin notes for this user.

Link copied to clipboard

The organization of the user.

Link copied to clipboard

Number of projects the user can create.

Link copied to clipboard

Skype username of the user.

Link copied to clipboard

Whether the user is active or blocked.

Link copied to clipboard

User's theme ID.

Link copied to clipboard

Twitter username of the user.

Link copied to clipboard

Whether user's two-factor auth is enabled.

Link copied to clipboard
val userId: Int

The ID of the user.

Link copied to clipboard

The username of the user.

Link copied to clipboard

The UID provider of the user.

Link copied to clipboard

User's website URL.