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
28291
-
description: Add an existing user to an enterprise under the specified organization.
28292
-
operationId: v2.organization.enterprise.user.add
28293
-
tags:
28294
-
- Enterprise Management
28295
-
parameters:
28296
-
- name: organizationId
28297
-
in: path
28298
-
required: true
28299
-
schema:
28300
-
$ref: '#/components/schemas/OrganizationIdString'
28301
-
- name: enterpriseId
28302
-
in: path
28303
-
required: true
28304
-
schema:
28305
-
$ref: '#/components/schemas/EnterpriseIdString'
28306
-
requestBody:
28307
-
content:
28308
-
application/json:
28309
-
schema:
28310
-
type: object
28311
-
properties:
28312
-
email:
28313
-
type: string
28314
-
minLength: 1
28315
-
permissions:
28316
-
type: array
28317
-
items:
28318
-
type: string
28319
-
enum:
28320
-
- admin
28321
-
- auditor
28322
-
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