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
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
shared-user-id | integer | Yes | ID of the shared user | 479 |
Response Structure
The response returns a complete user object with detailed information:| Field | Type | Description |
|---|---|---|
id | integer | Shared user relationship ID |
shared_user | object | User details (name, email, activity) |
access_level | object | User’s role and permissions |
invitation_sent_on | string/null | When invitation was sent |
invitation_accepted_on | string/null | When invitation was accepted |
is_invitation_sent | boolean | Whether invitation has been sent |
is_invitation_accepted | boolean | Whether invitation has been accepted |
created | string | When user was added to account |
modified | string | When user was last modified |
tags | array | Tags assigned to the user |
Examples
Get User Details
Response Example
User Information Fields
Basic Information
first_name: User’s first namelast_name: User’s last namefull_name: User’s complete nameemail: User’s email addresslanguage: User’s preferred language
Account Status
is_shared: Whether this is a shared user (true) or account owner (false)date_joined: When the user joinedlast_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 passwordenforce_mfa: Whether MFA is enforced for this usermfa_enabled: Whether MFA is enabled for this usermfa_status: Current MFA status
Authentication Methods
is_social_signup: Whether user signed up via social loginis_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
API key authentication. Enter your API key directly in the Authorization header.
Path Parameters
ID of the shared user
Response
User details retrieved successfully
Shared user relationship ID
Example:
479
When the invitation was sent
Example:
"2023-09-11T16:28:22.227002+05:30"
When the invitation was accepted
Example:
null
Whether invitation has been sent
Example:
true
Whether invitation has been accepted
Example:
false
When the user was added
Example:
"2023-09-11T16:28:22.223671+05:30"
When the user was last modified
Example:
"2023-09-11T16:28:22.227109+05:30"
Tags assigned to the user