Skip to content

Commit 00dd787

Browse files
Francesca-Bitgithub-actions[bot]
authored andcommitted
Apply docs changes
1 parent 98fa2c8 commit 00dd787

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/api/accesscontrol.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,25 @@ exists and 404: if the organization does not exist
385385
| orgName | <code>string</code> | The organization name to check if exists. |
386386

387387

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+
388407
## getPendingOrgInvites
389408
##### accessControl.getPendingOrgInvites([orgName]) ⇒ <code>Promise</code>
390409
-- TerminusX API ---

0 commit comments

Comments
 (0)