Aspera

Aspera

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 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