Management API doesn't return connection entity ID

Hi @sebastibe , thank you for this.

  1. To see the current value of entityID:

The link takes you to the documentation. In the right upper corner, please make sure you are logged in to the relevant Auth0 tenant:

For the part {yourConnectionName} please use the name you gave the connection once creating in your Auth0 tenant. This is your current entityID.

  1. To update the value of entityID of existing connection, please follow these steps:
    a) please run the GET request to Management API (as per documentation) and copy the “options” property form the response
    b) please add the “entityID” key value to the “options” property and run the PATCH request. In the request body, please include the entire “options” object.

Please let me know if you have any questions!