Profile Data

Create Profile Data

post
Body
profile_idintegerOptional

The ID of the profile to which the data will be added

profile_idsinteger[]Optional

An array of profile IDs to which the data will be added

keystringRequired

The key for the profile data

valuestringRequired

The value for the profile data

titlestringOptional

The title for the profile data

descriptionstringOptional

The description for the profile data

highlightbooleanOptional

Whether to highlight the profile data

company_idintegerOptional

The ID of the company associated with the profile data

group_idintegerOptional

The ID of the group associated with the profile data

icon_urlstringOptional

The URL of the icon associated with the profile data

Responses
200

Successfully created profile data.

application/json
post
/profile/data
200

Successfully created profile data.

Update Profile Data

put
Body
data_idintegerRequired

The ID of the profile data to update

profile_idintegerOptional

The ID of the profile associated with the data

company_idintegerOptional

The ID of the company associated with the profile data

group_idintegerOptional

The ID of the group associated with the profile data

valuestringOptional

The updated value for the profile data

titlestringOptional

The updated title for the profile data

descriptionstringOptional

The updated description for the profile data

highlightbooleanOptional

Whether to highlight the profile data

activebooleanOptional

Whether the profile data is active

icon_urlstringOptional

The URL of the icon associated with the profile data

Responses
200

Successfully updated profile data.

application/json
put
/profile/data
200

Successfully updated profile data.

Delete Profile Data

delete
Body
data_idintegerRequired

The ID of the profile data to delete

profile_idintegerOptional

The ID of the profile associated with the data

group_idintegerOptional

The ID of the group associated with the profile data

company_idintegerOptional

The ID of the company associated with the profile data

Responses
200

Successfully deleted profile data.

application/json
delete
/profile/data
200

Successfully deleted profile data.

Update Profile Data Order

put
Body
profile_idintegerOptional

The ID of the profile associated with the data order

group_idintegerOptional

The ID of the group associated with the profile data order

company_idintegerOptional

The ID of the company associated with the profile data order

orderinteger[]Required

An array of data IDs representing the new order of profile data

Responses
200

Successfully updated the order of profile data.

application/json
put
/profile/data/order
200

Successfully updated the order of profile data.

Last updated