Aspera

 View Only
Expand all | Collapse all

Aspera API Error

  • 1.  Aspera API Error

    Posted Tue February 15, 2022 02:32 PM

    This Aspera Faspex API’s (v4) create user endpoint [POST] /api/users keep failing and returning error “invalid json in request”. Any advice?

    Based on the instruction from https://developer.ibm.com/apis/catalog/aspera--aspera-faspex-client-sdk/API%20v.4:%20User



    #Aspera
    #Support
    #SupportMigration


  • 2.  RE: Aspera API Error

    Posted Tue February 15, 2022 04:57 PM

    Now the cause of this problem has been identified: There is wrong information about the Request data format on Aspera Faspex API v4 developer guides about this Create a New User endpoint:

    https://developer.ibm.com/apis/catalog/aspera--aspera-faspex-client-sdk/API%20v.4:%20Users

    There are the 2 fields need to be corrected in Request:

    1) "can_send_to_external_email" should be boolean value

    2) "user_profile_data_attributes" should be removed from Request



    #Aspera
    #Support
    #SupportMigration