Accounts
Organizations
Retrieve organizations of user
get/api/v1/user/organizations
Query parameters
rolestring
role
offsetinteger
Start with the n-th element
limitinteger
The maximum count of returned elements
Response
OK
Example response
{
"elements": [
{
"id": 100,
"logoURL": "/api/v1/public/images/abcdef",
"name": "ACME Inc.",
"namespace": "de.acme"
}
],
"limit": 100,
"total": 200
}