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": "73be1633-e23c-4424-9e41-9a85b2269d72",
"CreationDate": "2026-01-10T18:55:47.022995+00:00",
"CreatorUserId": "4d440dc0-f4dd-4da6-b8fd-f4cf8519650c",
"UserId": "e0dc338b-a809-495e-8a18-23b0f5e14ab2",
"TenantId": "59958fd1-3733-43fd-966a-3da5f02d6546",
"Forename": "sample string 5",
"Surname": "sample string 6",
"JobTitle": "sample string 7",
"Telephone": "sample string 8",
"IsDeleted": true,
"OrganisationId": "fcce4847-bd42-4de7-b735-d07055790d24",
"ProfileProperties": [
{
"Id": "f66561c3-ac19-4c4d-bce5-94c6ba1c2279",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-10T18:55:47.022995+00:00",
"ProfileId": "185673e4-060c-4916-85e3-0b5bd368feb4",
"PropertyTypeId": "007b6d08-6c3c-4b67-a066-a6169f16c09e",
"isChecked": true
},
{
"Id": "f66561c3-ac19-4c4d-bce5-94c6ba1c2279",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-10T18:55:47.022995+00:00",
"ProfileId": "185673e4-060c-4916-85e3-0b5bd368feb4",
"PropertyTypeId": "007b6d08-6c3c-4b67-a066-a6169f16c09e",
"isChecked": true
}
]
},
{
"Id": "73be1633-e23c-4424-9e41-9a85b2269d72",
"CreationDate": "2026-01-10T18:55:47.022995+00:00",
"CreatorUserId": "4d440dc0-f4dd-4da6-b8fd-f4cf8519650c",
"UserId": "e0dc338b-a809-495e-8a18-23b0f5e14ab2",
"TenantId": "59958fd1-3733-43fd-966a-3da5f02d6546",
"Forename": "sample string 5",
"Surname": "sample string 6",
"JobTitle": "sample string 7",
"Telephone": "sample string 8",
"IsDeleted": true,
"OrganisationId": "fcce4847-bd42-4de7-b735-d07055790d24",
"ProfileProperties": [
{
"Id": "f66561c3-ac19-4c4d-bce5-94c6ba1c2279",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-10T18:55:47.022995+00:00",
"ProfileId": "185673e4-060c-4916-85e3-0b5bd368feb4",
"PropertyTypeId": "007b6d08-6c3c-4b67-a066-a6169f16c09e",
"isChecked": true
},
{
"Id": "f66561c3-ac19-4c4d-bce5-94c6ba1c2279",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-10T18:55:47.022995+00:00",
"ProfileId": "185673e4-060c-4916-85e3-0b5bd368feb4",
"PropertyTypeId": "007b6d08-6c3c-4b67-a066-a6169f16c09e",
"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-10T18:55:47.022995+00:00</CreationDate>
<CreatorUserId>4d440dc0-f4dd-4da6-b8fd-f4cf8519650c</CreatorUserId>
<Forename>sample string 5</Forename>
<Id>73be1633-e23c-4424-9e41-9a85b2269d72</Id>
<IsDeleted>true</IsDeleted>
<JobTitle>sample string 7</JobTitle>
<OrganisationId>fcce4847-bd42-4de7-b735-d07055790d24</OrganisationId>
<ProfileProperties>
<ProfilePropertyDto>
<CreationDate>2026-01-10T18:55:47.022995+00:00</CreationDate>
<Id>f66561c3-ac19-4c4d-bce5-94c6ba1c2279</Id>
<Name>sample string 2</Name>
<ProfileId>185673e4-060c-4916-85e3-0b5bd368feb4</ProfileId>
<PropertyTypeId>007b6d08-6c3c-4b67-a066-a6169f16c09e</PropertyTypeId>
<Value>sample string 3</Value>
<isChecked>true</isChecked>
</ProfilePropertyDto>
<ProfilePropertyDto>
<CreationDate>2026-01-10T18:55:47.022995+00:00</CreationDate>
<Id>f66561c3-ac19-4c4d-bce5-94c6ba1c2279</Id>
<Name>sample string 2</Name>
<ProfileId>185673e4-060c-4916-85e3-0b5bd368feb4</ProfileId>
<PropertyTypeId>007b6d08-6c3c-4b67-a066-a6169f16c09e</PropertyTypeId>
<Value>sample string 3</Value>
<isChecked>true</isChecked>
</ProfilePropertyDto>
</ProfileProperties>
<Surname>sample string 6</Surname>
<Telephone>sample string 8</Telephone>
<TenantId>59958fd1-3733-43fd-966a-3da5f02d6546</TenantId>
<UserId>e0dc338b-a809-495e-8a18-23b0f5e14ab2</UserId>
</ProfileDto>
<ProfileDto>
<CreationDate>2026-01-10T18:55:47.022995+00:00</CreationDate>
<CreatorUserId>4d440dc0-f4dd-4da6-b8fd-f4cf8519650c</CreatorUserId>
<Forename>sample string 5</Forename>
<Id>73be1633-e23c-4424-9e41-9a85b2269d72</Id>
<IsDeleted>true</IsDeleted>
<JobTitle>sample string 7</JobTitle>
<OrganisationId>fcce4847-bd42-4de7-b735-d07055790d24</OrganisationId>
<ProfileProperties>
<ProfilePropertyDto>
<CreationDate>2026-01-10T18:55:47.022995+00:00</CreationDate>
<Id>f66561c3-ac19-4c4d-bce5-94c6ba1c2279</Id>
<Name>sample string 2</Name>
<ProfileId>185673e4-060c-4916-85e3-0b5bd368feb4</ProfileId>
<PropertyTypeId>007b6d08-6c3c-4b67-a066-a6169f16c09e</PropertyTypeId>
<Value>sample string 3</Value>
<isChecked>true</isChecked>
</ProfilePropertyDto>
<ProfilePropertyDto>
<CreationDate>2026-01-10T18:55:47.022995+00:00</CreationDate>
<Id>f66561c3-ac19-4c4d-bce5-94c6ba1c2279</Id>
<Name>sample string 2</Name>
<ProfileId>185673e4-060c-4916-85e3-0b5bd368feb4</ProfileId>
<PropertyTypeId>007b6d08-6c3c-4b67-a066-a6169f16c09e</PropertyTypeId>
<Value>sample string 3</Value>
<isChecked>true</isChecked>
</ProfilePropertyDto>
</ProfileProperties>
<Surname>sample string 6</Surname>
<Telephone>sample string 8</Telephone>
<TenantId>59958fd1-3733-43fd-966a-3da5f02d6546</TenantId>
<UserId>e0dc338b-a809-495e-8a18-23b0f5e14ab2</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.