POST api/profiles/create
Request Information
URI Parameters
None.
Body Parameters
Collection of ProfileDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CreationDate | date |
None. |
|
| CreatorUserId | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| TenantId | globally unique identifier |
Required |
|
| Forename | string |
None. |
|
| Surname | string |
None. |
|
| JobTitle | string |
None. |
|
| Telephone | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| OrganisationId | globally unique identifier |
None. |
|
| ProfileProperties | Collection of ProfilePropertyDto |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": "c8a7d753-6b95-4983-8ccb-340deba4128f",
"CreationDate": "2026-01-10T00:45:53.9661335+00:00",
"CreatorUserId": "3fe665a2-6c97-44be-b6fb-421dd34d214c",
"UserId": "169b7195-3b18-41c1-be9b-1df3fa42401f",
"TenantId": "dc460e6d-3203-43ed-ac8c-60777a535d59",
"Forename": "sample string 5",
"Surname": "sample string 6",
"JobTitle": "sample string 7",
"Telephone": "sample string 8",
"IsDeleted": true,
"OrganisationId": "c0150ef3-1558-4402-9d93-c081dbed2339",
"ProfileProperties": [
{
"Id": "beaf6614-8ad0-4f44-8e20-cb850bc581bb",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-10T00:45:53.9661335+00:00",
"ProfileId": "8833cb3b-ffca-4f9a-936c-4a7908e0c88d",
"PropertyTypeId": "a0bd09cf-6630-4ddf-b42c-157d570155d0",
"isChecked": true
},
{
"Id": "beaf6614-8ad0-4f44-8e20-cb850bc581bb",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-10T00:45:53.9661335+00:00",
"ProfileId": "8833cb3b-ffca-4f9a-936c-4a7908e0c88d",
"PropertyTypeId": "a0bd09cf-6630-4ddf-b42c-157d570155d0",
"isChecked": true
}
]
},
{
"Id": "c8a7d753-6b95-4983-8ccb-340deba4128f",
"CreationDate": "2026-01-10T00:45:53.9661335+00:00",
"CreatorUserId": "3fe665a2-6c97-44be-b6fb-421dd34d214c",
"UserId": "169b7195-3b18-41c1-be9b-1df3fa42401f",
"TenantId": "dc460e6d-3203-43ed-ac8c-60777a535d59",
"Forename": "sample string 5",
"Surname": "sample string 6",
"JobTitle": "sample string 7",
"Telephone": "sample string 8",
"IsDeleted": true,
"OrganisationId": "c0150ef3-1558-4402-9d93-c081dbed2339",
"ProfileProperties": [
{
"Id": "beaf6614-8ad0-4f44-8e20-cb850bc581bb",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-10T00:45:53.9661335+00:00",
"ProfileId": "8833cb3b-ffca-4f9a-936c-4a7908e0c88d",
"PropertyTypeId": "a0bd09cf-6630-4ddf-b42c-157d570155d0",
"isChecked": true
},
{
"Id": "beaf6614-8ad0-4f44-8e20-cb850bc581bb",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-10T00:45:53.9661335+00:00",
"ProfileId": "8833cb3b-ffca-4f9a-936c-4a7908e0c88d",
"PropertyTypeId": "a0bd09cf-6630-4ddf-b42c-157d570155d0",
"isChecked": true
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfProfileDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Profile.Models">
<ProfileDto>
<CreationDate>2026-01-10T00:45:53.9661335+00:00</CreationDate>
<CreatorUserId>3fe665a2-6c97-44be-b6fb-421dd34d214c</CreatorUserId>
<Forename>sample string 5</Forename>
<Id>c8a7d753-6b95-4983-8ccb-340deba4128f</Id>
<IsDeleted>true</IsDeleted>
<JobTitle>sample string 7</JobTitle>
<OrganisationId>c0150ef3-1558-4402-9d93-c081dbed2339</OrganisationId>
<ProfileProperties>
<ProfilePropertyDto>
<CreationDate>2026-01-10T00:45:53.9661335+00:00</CreationDate>
<Id>beaf6614-8ad0-4f44-8e20-cb850bc581bb</Id>
<Name>sample string 2</Name>
<ProfileId>8833cb3b-ffca-4f9a-936c-4a7908e0c88d</ProfileId>
<PropertyTypeId>a0bd09cf-6630-4ddf-b42c-157d570155d0</PropertyTypeId>
<Value>sample string 3</Value>
<isChecked>true</isChecked>
</ProfilePropertyDto>
<ProfilePropertyDto>
<CreationDate>2026-01-10T00:45:53.9661335+00:00</CreationDate>
<Id>beaf6614-8ad0-4f44-8e20-cb850bc581bb</Id>
<Name>sample string 2</Name>
<ProfileId>8833cb3b-ffca-4f9a-936c-4a7908e0c88d</ProfileId>
<PropertyTypeId>a0bd09cf-6630-4ddf-b42c-157d570155d0</PropertyTypeId>
<Value>sample string 3</Value>
<isChecked>true</isChecked>
</ProfilePropertyDto>
</ProfileProperties>
<Surname>sample string 6</Surname>
<Telephone>sample string 8</Telephone>
<TenantId>dc460e6d-3203-43ed-ac8c-60777a535d59</TenantId>
<UserId>169b7195-3b18-41c1-be9b-1df3fa42401f</UserId>
</ProfileDto>
<ProfileDto>
<CreationDate>2026-01-10T00:45:53.9661335+00:00</CreationDate>
<CreatorUserId>3fe665a2-6c97-44be-b6fb-421dd34d214c</CreatorUserId>
<Forename>sample string 5</Forename>
<Id>c8a7d753-6b95-4983-8ccb-340deba4128f</Id>
<IsDeleted>true</IsDeleted>
<JobTitle>sample string 7</JobTitle>
<OrganisationId>c0150ef3-1558-4402-9d93-c081dbed2339</OrganisationId>
<ProfileProperties>
<ProfilePropertyDto>
<CreationDate>2026-01-10T00:45:53.9661335+00:00</CreationDate>
<Id>beaf6614-8ad0-4f44-8e20-cb850bc581bb</Id>
<Name>sample string 2</Name>
<ProfileId>8833cb3b-ffca-4f9a-936c-4a7908e0c88d</ProfileId>
<PropertyTypeId>a0bd09cf-6630-4ddf-b42c-157d570155d0</PropertyTypeId>
<Value>sample string 3</Value>
<isChecked>true</isChecked>
</ProfilePropertyDto>
<ProfilePropertyDto>
<CreationDate>2026-01-10T00:45:53.9661335+00:00</CreationDate>
<Id>beaf6614-8ad0-4f44-8e20-cb850bc581bb</Id>
<Name>sample string 2</Name>
<ProfileId>8833cb3b-ffca-4f9a-936c-4a7908e0c88d</ProfileId>
<PropertyTypeId>a0bd09cf-6630-4ddf-b42c-157d570155d0</PropertyTypeId>
<Value>sample string 3</Value>
<isChecked>true</isChecked>
</ProfilePropertyDto>
</ProfileProperties>
<Surname>sample string 6</Surname>
<Telephone>sample string 8</Telephone>
<TenantId>dc460e6d-3203-43ed-ac8c-60777a535d59</TenantId>
<UserId>169b7195-3b18-41c1-be9b-1df3fa42401f</UserId>
</ProfileDto>
</ArrayOfProfileDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.