Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 927 Bytes

File metadata and controls

24 lines (17 loc) · 927 Bytes

AddUserToOrganizationRequest

Properties

Name Type Description Notes
organizationId string [default to undefined]
replaceExpirable boolean If true, replace the oldest expirable user if one exists and reaching the user limit per organization. If none exists, reaching the user limit per organization will disallow adding more users. [optional] [default to undefined]
user PartialKmsUser [default to undefined]

Example

import { AddUserToOrganizationRequest } from '@phantom/openapi-wallet-service';

const instance: AddUserToOrganizationRequest = {
    organizationId,
    replaceExpirable,
    user,
};

[Back to Model list] [Back to API list] [Back to README]