Get the details of a specific user including their role, permissions, and invitation status.
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
shared-user-id | integer | Yes | ID of the shared user | 479 |
| 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 |
first_name: User’s first namelast_name: User’s last namefull_name: User’s complete nameemail: User’s email addresslanguage: User’s preferred languageis_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 loginhas_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 statusis_social_signup: Whether user signed up via social loginis_sso_login: Whether user uses SSO loginAPI key authentication. Enter your API key directly in the Authorization header.
ID of the shared user
User details retrieved successfully
Shared user relationship ID
479
When the invitation was sent
"2023-09-11T16:28:22.227002+05:30"
When the invitation was accepted
null
Whether invitation has been sent
true
Whether invitation has been accepted
false
When the user was added
"2023-09-11T16:28:22.223671+05:30"
When the user was last modified
"2023-09-11T16:28:22.227109+05:30"
Tags assigned to the user