User Detail

Retrieve details for a single team user or invitation.

GET
/api/v1/team-users/{id}

Description

Fetches profile and invitation details.

Request

Headers

HeaderValueRequired
AuthorizationBearer <access_token>Yes
Content-Typeapplication/jsonYes

Path Parameters

ParameterTypeRequiredDescription
idstringYesPass the full value from the API response in path parameters.

Query Parameters

ParameterTypeRequiredDescription
activeinvitenumberNo1 = look up active user first.

Response

Top-level Fields

FieldTypeDescription
is_invitations_flagbooleanTrue when user is an invitation record.
userobjectUser or invitation details. See fields below.

user Fields

FieldTypeDescription
user.idstring | nullUser ID when the invitee has a registered account; null for pending invites.
user.emailstringUser or invitee email address.
user.namestring | nullDisplay name when known.
user.countrystringCountry code.
user.rolenumberCorporate role: 1=Department head, 2=Manager, 3=Requester.
user.role_namestringHuman-readable role label.
user.account_statusstringActive, Inactive, or Pending.
user.is_blockednumber1 when the account is blocked/deactivated; 0 otherwise.
user.is_default_userbooleanTrue for the company's default Unduit admin user.

Related Endpoints

Did this page help you?