Create Identities
machship_create_identitiesCreate MachShip user identities with assigned companies and roles. Requires administrator access and identical identity provider and organisation for all entries.
Instructions
Create identities in MachShip and assign companies and roles. All identities must belong to the same identityProvider and organisation. Requires administrator access.
Args:
identities (array): Array of identity objects, each with:
givenName (string): First name (required)
familyName (string): Last name (required)
displayName (string): Display name (required)
emailAddress (string): Email (required)
identifyingClaim (string): Unique claim for identity provider (required)
organisationId (number): Organisation ID (required)
identityProviderId (number): Identity provider ID (required)
owningCompanyId (number): Owning company ID (required)
password (string, optional): Password
uniqueId (string, optional): Unique ID
userAndCompanyLinks (array, optional): Company/role links to create
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identities | Yes | Identities to create |