Search by profile name. Supports the wildcard character *.
profiletype
String (enumeration)
No
Contact type. Allowed values:
1 — individual;
2 — legal entity;
3 — sole proprietor.
account
Positive integer
No
Identifier of the owner account.
sort
String
No
Column name for sorting: id, name, profiletype, spusage.
pagesize
Positive integer
No
Number of records per result page.
startidx
Non-negative integer
No
Offset of the first record for pagination.
Create or modify a domain contact
Function: service_profile.edit
Result: successful operation or error message
UI Equivalent: go to Client → Domain contacts → click Add or click Edit.
Creates a new domain contact profile or modifies data of an existing profile.
You cannot change the contact type from individual to legal entity or vice versa in an existing profile. To do this, create a new contact with the required type.
Access level: user
Parameter
Type
Required
Value
elid
Positive integer
No
id of the profile to edit. Not specified when creating a new profile.
name
String
No
Domain contact profile name.
profiletype
Positive integer
No
Filter by contact type. Allowed values:
1 — individual;
2 — legal entity;
3 — sole proprietor.
account
Positive integer
No
Identifier of the profile owner account.
country
Positive integer
No
Identifier of the contact country.
sok
String
Yes
The value ok confirms the operation. Without this parameter, changes will not be applied.
Delete a domain contact
Function: service_profile.delete
Result: successful operation or error message
UI Equivalent: go to Client → Domain contacts → click Delete.
Deletes one or more domain contact profiles. Confirmation via the sok parameter is required. It is impossible to delete a contact if it is linked to at least one active domain.
Access level: root, admin
Parameter
Type
Required
Value
elid
String (list)
Yes
One or more profile id values separated by commas. For example, 123,456.
sok
String
Yes
The value ok confirms the operation. Without this parameter, changes will not be applied.
The article was last updated on May 12, 2026. The article was prepared by technical writers of ISPsystem