API Reference
Get User Info
Getting Started
Languages
- Golang
- Rust
- JavaScript/TypeScript
Registry
- Overview
- API Reference
- POSTGet User Info
- GETGet API Health
- Functions
- Signatures
- Access
- POST
CLI
- Installation
- Reference
Extensions
API Reference
Get User Info
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
.
curl --request POST \
--url https://localhost:8080/v1/userinfo
{
"email": "<string>",
"member_organizations": [
"<string>"
],
"organization": "<string>",
"owned_organizations": [
"<string>"
]
}