You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: Add a user to an enterprise within an organization
28310
+
description: Add an existing user to an enterprise under the specified organization.
28311
+
operationId: v2.organization.enterprise.user.add
28312
+
tags:
28313
+
- Enterprise Management
28314
+
parameters:
28315
+
- name: organizationId
28316
+
in: path
28317
+
required: true
28318
+
schema:
28319
+
$ref: '#/components/schemas/OrganizationIdString'
28320
+
- name: enterpriseId
28321
+
in: path
28322
+
required: true
28323
+
schema:
28324
+
$ref: '#/components/schemas/EnterpriseIdString'
28325
+
requestBody:
28326
+
content:
28327
+
application/json:
28328
+
schema:
28329
+
type: object
28330
+
properties:
28331
+
email:
28332
+
type: string
28333
+
minLength: 1
28334
+
permissions:
28335
+
type: array
28336
+
items:
28337
+
type: string
28338
+
enum:
28339
+
- admin
28340
+
- auditor
28341
+
description: 'This type represents the permissions that can be assigned to a user when adding them to an enterprise 1. ''admin'': Add/remove users, Create wallets, Manage enterprise policies, Add Bank Accounts, Receive invitations to wallets 2. ''auditor'': View audit logs across the enterprise, Receive invitations to wallets'
0 commit comments