Create Internal User
Syteca ACB REST API endpoint to create a new Syteca Internal user (managed entirely within Syteca, not linked to Active Directory) — for IdP-driven user provisioning workflows.
https://{hostname}/EkranACB server in the Playground.Permissions required
The Access Token must be issued to a user with the administrative User Management permission.Common use cases
- IdP-driven provisioning — Okta / Azure AD / Workday triggers user creation in Syteca via webhook + this endpoint.
- Service desk automation — ticket-driven user onboarding writes directly to Syteca rather than going through manual admin steps.
- Contractor onboarding — short-lived accounts created programmatically with auto-cleanup via Delete user after engagement end.
Errors
See Status codes. Common errors:- 400 Bad Request — invalid field values (login format, password policy violation).
- 403 Forbidden — user lacks administrative User Management permission.
- 409 Conflict — login already exists.
Related
Create domain user
Get user details
Update admin permissions
Add to user group
Authorizations
Access token for authentication
Body
List of administrative permissions to assign directly to the user
The lifetime of an access token in seconds for this user
List of direct Client Access rules for this user
Free-form comment/description for the user
User’s email address
Allow this user account to be used by external applications
User’s first name (display only)
Allowed IP address for this user’s API access
IP address
User’s last name (display only)
User password that satisfies the current password policy
Enable two-factor authentication on login
Direct User Access rules for the user
IDs of Syteca user groups, the internal user should be added
Syteca user group ID
Login name of the internal user
Response
User created successfully
Unique Syteca user ID
User type
Login name
First name
Last name
Email address
Optional description/comment
Two-factor authentication on login
Allow this user account to be used by external applications
The lifetime of an access token in seconds for this user
Allowed IP address for this user's API access
IP address
List of Syteca user group IDs this user belongs to
Syteca user group ID
The user is a member of any user groups