This operation updates the display name of a principal. A principal can update its own name, or a human principal can update the name of an agent it owns.
The UUID of the principal to update. You can retrieve this value from the List all principals or List my agents operations.
Request payload for updating a principal.
The new display name for this principal. Max 255 characters.
1 - 255Successful Response
Principal response payload.
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.