TorstenS
New Contributor
since ‎08-14-2024
‎08-15-2024

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello everybody,i have to modify the propertie "guestName" of a guestPass.For that i use the API-Endpoint:/v11_1/identity/guestpass/{userId}My body looks like that:$BODY = json_encode(["guestName"=> 'XYZ',]);Now i get the following Error Message:{ me...