post https://{tenant}.{region}.authaction.com/api/v1/organizations
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
401Unauthorized
403User not member of tenant
502Invalid payload
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
401Unauthorized
403User not member of tenant
502Invalid payload
xxxxxxxxxx
curl --request POST \
--url https://your-tenant-name.eu.authaction.com/api/v1/organizations \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
11{
"statusCode": 200,
"message": "success",
"data": {
"id": "662baf9b1ae06c2c71676e47",
"name": "org1",
"displayName": "Org display name",
"tenant": "662baf9b1ae06c2c71676e44",
"isDeleted": false
}
}