Skip to content

Use strings for id values in result payload

Nils Brinckmann requested to merge fix-user-info-payload into develop

Small change that makes the payload for the user-info endpoint a little bit more consistent with the others:

  • use strings for id values
  • add tests for that
  • add contact relationship for user info payload in openapi docs

Merge request reports