Create Organization
POST
https://Example-Server.com/be/v1/orgs
Last modified:2025-03-31 07:46:34
This endpoint enables the creation of a new organization in the ROCKIT Backend Edge, including a default 'Administrators' role and an associated primary administrator user. Upon successful creation, the response includes the initial password for the administrator user.
Authentication is required via the x-rockit-beauth-token header, which must contain a valid administrator token for the ROCKIT Backend Edge.
Generating a public/private keypair
- ssh-keygen -t rsa -b 4096 -m PEM -f .rockitplay.priv.pem
- rm .rockitplay.priv.pem.pub (optional)
- openssl rsa -in .rockitplay.priv.pem -pubout -outform PEM -out .rockitplay.pub.pem
Request
Header Params
x-rockit-beauth-token
string
required
Example:
{{_edge_org_admin_beauth_token}}
Body Params application/json