Skip to Content
API ReferenceProfilePOST /title

POST /profile/title

Title Profile

Rename a profile’s group (writes group_names_entry).

Request Body (TitleProfileApiRequest)

FieldTypeRequiredDescription
group_idstringYesGroup to rename
titlestringYesNew title (display name) for the group
idempotency_keystringNoOperation key for ack — promotes or rejects a dormant rename
acceptbooleanNoAccept (promote) or reject dormant state. Only meaningful with idempotency_key

Response (TitleProfileApiResponse)

FieldTypeRequiredDescription
group_idstringYesThe group that was renamed
group_name_idstringYesUUID of the new group_names_entry row
titlestringYesThe title that was set
idempotency_keystringNoOperation key echoed back
Last updated on