Creates a new user position.
If company has the feature flag to manage positions by labels enabled, Field segmentLabel is required. For companies without this feature enabled, segmentLabel is ignored.
Fied company_id is automatically set from the authenticated user’s company.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Position name. Must be unique within the company and pass validation rules.
Type of position: 'C' for category, 'P' for position
C, P Base rate for the position
Seniority level of the position
ID of the parent category (only for positions, not categories). This field is required if you need to see positions in capacity planning and positions list
Segment label used to group positions. Required only if company has feature flag to manage positions by labels enabled. Ignored if feature flag is not enabled.