Register organization to Upsolve
Project Users
Register Project Organization
Use this endpoint to create a new organization. This allows you to organize users and data within a project by organization.
POST
Register organization to Upsolve
Documentation Index
Fetch the complete documentation index at: https://docs.upsolve.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
apiKey MUST be supplied within the request body instead of query
Body
application/json
POST /v1/api/projects/register-organization Request body
Minimum string length:
1Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$Upsolve API key, generated in the Deploy tab of the Upsolve Hub.
Minimum string length:
1Example:
"up_admin_************"
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$Optional external identifier for this project organization (e.g. your internal company UUID). When set, subsequent calls that accept projectOrganizationId will resolve this value to the underlying Upsolve UUID.
Minimum string length:
1