Administrative APIs | REST

Version:
Download Open API Specification

Add Role

https://api.wealthcare.com/system/Services/Tpa/Role/{tpaId}/{roleName}

This endpoint allows you to add a new role for a specific TPA (Third Party Administrator) identified by tpaId and roleName. It is used to manage user permissions and access levels within the administrative platform.

Request

  • tpaId string Required

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

  • roleName string Required
  • ExtensionData object
  • TpaId string
  • RoleName string
  • RoleTypeCde enum<string>
    Possible values: Employer
  • RoleSelectCde enum<string>
    Possible values: All Only Not
  • employers string

Response

  • ExtensionData object
  • TpaId string
  • RoleName string
  • RoleTypeCde enum<string>
    Possible values: Employer
  • RoleSelectCde enum<string>
    Possible values: All Only Not
  • employers string

AI Assistant Preview

Generating response...