v2024-01-31
Search...
/
Partner Portal
Home
Guides
API Explorer
GitHub
Support
Home
Guides
API Explorer
GitHub
Support
API Concepts
Overview
Environments and URLs
Authentication
API versioning
Rate limiting
HTTP headers
Pagination, sorting, and filtering
General
Access tokens
Partner settings
Webhook subscriptions
Webhook deliveries
Events
Common
Entities
Entity bank accounts
Entity persons
Entity VAT IDs
Roles
Entity users
GET
Get all entity users
POST
Create an entity user
GET
Get current entity user
PATCH
Update current entity user
GET
Get a role of this entity user
GET
Get an entity user
DEL
Delete an entity user
PATCH
Update an entity user
Counterparts
Counterpart addresses
Counterpart bank accounts
Counterpart contacts
Counterpart VAT IDs
Payment records
Projects
Tags
Accounts payable
Approval policies
Approval requests
Comments
Payable line items
Payables
Purchase orders
Accounts receivable
Measure units
Overdue reminders
Payment reminders
Payment terms
Products
Receivables
Recurrences
VAT rates
Payments
Batch payments
Entity bank account verifications
Entity onboarding data
Onboarding documents
Onboarding links
Onboarding requirements
Payment intents
Payment links
Payment methods
Accounting integration
Accounting connections
Accounting data pull
Accounting synchronized records
Accounting tax rates
Ledger accounts
Utilities
Audit logs
Data export
Data export - extra data
Files
Mail templates
Mailbox domains
Mailboxes
PDF templates
Text templates
Partner Portal
Common
Entity users
Create an entity user
POST
https://
api.sandbox.monite.com/v1
/
entity_users
Create a new entity user from the specified values.
Headers
Auth
Authorization
string
Required
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
string
Required
x-monite-entity-id
string
Required
The ID of the entity that owns the requested resource.
Request
This endpoint expects an object.
first_name
string
Required
First name
login
string
Required
email
string
Optional
An entity user business email
last_name
string
Optional
Last name
phone
string
Optional
An entity user phone number in the international format
role_id
string
Optional
UUID of the role assigned to this entity user
title
string
Optional
Title
Response
This endpoint returns an object.
id
string
UUID entity user ID
created_at
datetime
UTC datetime
updated_at
datetime
UTC datetime
login
string
Login
role_id
string
UUID role ID
status
"active" or "deleted"
Allowed values:
active
deleted
record status, 'active' by default
email
string
Optional
An entity user business email
first_name
string
Optional
First name
last_name
string
Optional
Last name
phone
string
Optional
An entity user phone number in the international format
userpic_file_id
string
Optional
Errors
400
Bad Request
422
Unprocessable Entity
500
Internal Server Error