# Directly add a user account for organizations with custom identity providers Add a user. This is only available to organizations with custom IDP integrations. Endpoint: POST /user/add Version: 1.0.0 Security: JWTAuthorizer ## Request fields (application/json): - `email` (string, required) User's email - `idp` (string, required) ID of the IDP to be used for the user - `policyIds` (array, required) IDs of the policy/policies to be applied to the user ## Response 200 fields