Document API for tenant onboarding #78
Answered
by
brtrvn
AffiTheCreator
asked this question in
Q&A
-
Is there any documentation on how to use the API to provision a tenant fro example? |
Beta Was this translation helpful? Give feedback.
Answered by
brtrvn
Jun 23, 2021
Replies: 1 comment 1 reply
-
Please add a feature request for this and we'll get it prioritized. The short version to get you going:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
PoeppingT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please add a feature request for this and we'll get it prioritized.
The short version to get you going:
POST
to INVOKE_URL/users/token with a body containing a valid username and password (your admin user and password){"username": "admin", "password": "my-password"}
accessToken
from the response to use as your JWT bearer token in subsequent requestsPOST
to INVOKE_URL/tenants with a body containing your onboard…