A valid request URL is required to generate request examples{
"results": {
"name": "<string>",
"organizationUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"defaultProjectUuid": "<string>",
"needsProject": true,
"colorPaletteUuid": "<string>",
"chartDarkColors": [
"<string>"
],
"chartColors": [
"<string>"
]
},
"status": "ok"
}Get the current user’s organization
A valid request URL is required to generate request examples{
"results": {
"name": "<string>",
"organizationUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"defaultProjectUuid": "<string>",
"needsProject": true,
"colorPaletteUuid": "<string>",
"chartDarkColors": [
"<string>"
],
"chartColors": [
"<string>"
]
},
"status": "ok"
}Ok
Details of a user's Organization
Show child attributes
The name of the organization
The unique identifier of the organization
The project a user sees when they first log in to the organization
The organization needs a project if it doesn't have at least one project.
The active color palette uuid for all projects in the organization
The default dark color palette for all projects in the organization
The default color palette for all projects in the organization
ok Was this page helpful?