File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -385,6 +385,25 @@ exists and 404: if the organization does not exist
385
385
| orgName | <code >string</code > | The organization name to check if exists. |
386
386
387
387
388
+ ## createOrganizationRemote
389
+ ##### accessControl.createOrganizationRemote(orgName) ⇒ <code >Promise</code >
390
+ -- TerminusX API ---
391
+ IMPORTANT This does not work with the API-TOKEN.
392
+ Create an organization
393
+
394
+ ** Returns** : <code >Promise</code > - A promise that returns the call response object, or an Error if rejected.
395
+
396
+ | Param | Type | Description |
397
+ | --- | --- | --- |
398
+ | orgName | <code >string</code > | The organization name to create |
399
+
400
+ ** Example**
401
+ ``` javascript
402
+ accessControl .createOrganization (" my_org_name" ).then (result => {
403
+ console .log (result)
404
+ })
405
+ ```
406
+
388
407
## getPendingOrgInvites
389
408
##### accessControl.getPendingOrgInvites([ orgName] ) ⇒ <code >Promise</code >
390
409
-- TerminusX API ---
You can’t perform that action at this time.
0 commit comments