GetUsersUser

data class GetUsersUser(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: Int, val isAdmin: Boolean, val isBot: Boolean, val lastSignInAt: String, val linkedin: String, val location: String, val name: String, val namespaceId: Int, val organization: String, val projectsLimit: Int, val provider: String, val skype: String, val state: String, val themeId: Int, val twitter: String, val twoFactorEnabled: Boolean, val username: String, val websiteUrl: String)

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: Int, isAdmin: Boolean, isBot: Boolean, lastSignInAt: String, linkedin: String, location: String, name: String, namespaceId: Int, organization: String, projectsLimit: Int, provider: String, skype: String, state: String, themeId: Int, twitter: String, twoFactorEnabled: Boolean, 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. Note: before GitLab 14.8 the lookup was based on the users primary email address.

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: Int

The unique id assigned to the user by the gitlab server.

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. Available since GitLab 14.10.

Link copied to clipboard

The organization of the user.

Link copied to clipboard

Number of projects the user can create.

Link copied to clipboard

The UID provider of the user.

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

The username of the user.

Link copied to clipboard

User's website URL.