Administrative APIs | REST

Version:
Download Open API Specification

Get information of an administrator user

https://api.wealthcare.com/system/Services/Access/AdminManager/{tpaId}/Details

Retrieves detailed information about a specific administrator user identified by the TPA ID. This operation is typically used to obtain user profile data, including contact information and permissions, which can be essential for managing user access and roles within the system.

Request

  • tpaId string Required

    A unique identifier used to identify your admin instance. This value was system generated with the admin instance was created.

Response

  • tpaId string
  • userId string
  • title enum<string>
    Possible values: None Mr Mrs Ms Dr Rev
  • firstName string
  • middleInitial string
  • lastName string
  • mobileNumber string
  • emailAddress string
  • allowGetCurrentSessions boolean
  • address1 string
  • address2 string
  • city string
  • state string
  • zipCode string
  • birthDate string
  • ssn string
  • profile string
  • role string
  • viewableEmployers enum<string>
    Possible values: All Only Not RoleDefined
  • employersList string
  • userStatus enum<string>
    Possible values: New Active TempInactive PermInactive
  • allowPayrollUpload boolean
  • reviewClaimsRequired boolean
  • reviewOverThreshold boolean
  • reviewPercent boolean
  • reviewPercentValue integer <int32>
  • reviewReason enum<string>
    Possible values: None Training Performance Audit Threshold Manual

AI Assistant Preview

Generating response...