Get the authenticated user's organization profile.
Output
Encoding
application/jsonprofile
refgames.gamesgamesgamesgames.defs#orgProfileDetailView
Optional
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"properties": {
"profile": {
"ref": "games.gamesgamesgamesgames.defs#orgProfileDetailView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"description": "Get the authenticated user's organization profile."
}