curl --request POST \
--url https://localhost:8080/v1/userinfo
{
"email": "<string>",
"member_organizations": [
"<string>"
],
"organization": "<string>",
"owned_organizations": [
"<string>"
]
}
curl --request POST \
--url https://localhost:8080/v1/userinfo
{
"email": "<string>",
"member_organizations": [
"<string>"
],
"organization": "<string>",
"owned_organizations": [
"<string>"
]
}
OK
The response is of type object
.