Create a Custom Profile Attribute field
POST/api/v4/custom_profile_attributes/fields
Create a new Custom Profile Attribute field on the system.
Minimum server version: 10.5
Permissions
Must have manage_system permission.
Request
Responses
- 201
- 400
- 401
- 403
- 422
Custom Profile Attribute field creation successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Validation error. Returned when name does not match the required identifier pattern, is a CEL reserved word, or when attrs.display_name exceeds 255 characters.