POST
/
userinfo
curl --request POST \
  --url https://localhost:8080/v1/userinfo
{
  "email": "<string>",
  "member_organizations": [
    "<string>"
  ],
  "organization": "<string>",
  "owned_organizations": [
    "<string>"
  ]
}

Response

200
application/json
OK

The response is of type object.