Skip to main content
GET
Get User Details

Overview

Retrieves detailed information about a specific user in your account, including their role, permissions, invitation status, and activity details.

Purpose

User Information

  • Detailed User Data: Get comprehensive user information
  • Role and Permissions: View user’s access level and permissions
  • Invitation Status: Check invitation and acceptance status
  • Activity Tracking: Monitor user activity and engagement

User Management

  • User Profile: View complete user profile
  • Permission Review: Review user’s specific permissions
  • Status Monitoring: Track user invitation and acceptance
  • Access Control: Understand user’s access level

Path Parameters

Response Structure

The response returns a complete user object with detailed information:

Examples

Get User Details

Response Example

User Information Fields

Basic Information

  • first_name: User’s first name
  • last_name: User’s last name
  • full_name: User’s complete name
  • email: User’s email address
  • language: User’s preferred language

Account Status

  • is_shared: Whether this is a shared user (true) or account owner (false)
  • date_joined: When the user joined
  • last_login: User’s last login time (null if never logged in)
  • first_login: Whether this is the user’s first login

Security Information

  • has_usable_password: Whether user has a usable password
  • enforce_mfa: Whether MFA is enforced for this user
  • mfa_enabled: Whether MFA is enabled for this user
  • mfa_status: Current MFA status

Authentication Methods

  • is_social_signup: Whether user signed up via social login
  • is_sso_login: Whether user uses SSO login

Integration Examples

JavaScript - User Profile Display

Python - User Information Retrieval

PHP - User Profile Page

Use Cases

User Profile Management

  • User Details: Display comprehensive user information
  • Permission Review: Review user’s specific permissions
  • Status Monitoring: Track user invitation and acceptance
  • Activity Tracking: Monitor user login activity

Administrative Tools

  • User Audit: Review individual user access and activity
  • Permission Management: Understand user’s specific permissions
  • Access Control: Verify user access levels
  • User Support: Help users with account issues

API Integration

  • User Synchronization: Sync user data with external systems
  • Access Control: Implement role-based access control
  • User Analytics: Analyze individual user activity
  • Automated Management: Automate user management tasks
This endpoint provides detailed information about a specific user. Use this to get comprehensive user data including permissions, activity, and status information.
The user ID in the URL is the shared user relationship ID, not the user’s account ID. You can get this ID from the user list endpoint.

Authorizations

Authorization
string
header
required

API key authentication. Enter your API key directly in the Authorization header.

Path Parameters

shared-user-id
integer
required

ID of the shared user

Response

User details retrieved successfully

id
integer

Shared user relationship ID

Example:

479

shared_user
object
access_level
object
invitation_sent_on
string<date-time> | null

When the invitation was sent

Example:

"2023-09-11T16:28:22.227002+05:30"

invitation_accepted_on
string<date-time> | null

When the invitation was accepted

Example:

null

is_invitation_sent
boolean

Whether invitation has been sent

Example:

true

is_invitation_accepted
boolean

Whether invitation has been accepted

Example:

false

created
string<date-time>

When the user was added

Example:

"2023-09-11T16:28:22.223671+05:30"

modified
string<date-time>

When the user was last modified

Example:

"2023-09-11T16:28:22.227109+05:30"

tags
object[]

Tags assigned to the user