Create a new user Custom Field.

post

/learn.rest/v1/learnCenters/{learnCenterId}/userCustomFields

Request

Supported Media Types
Path Parameters
Body ()
Custom field object that has to be created.
Root Schema : User Custom Fields
Type: object
Show Source
Nested Schema : elementOptions
Type: array
Show Source
Back to Top

Response

Supported Media Types

201 Response

New user Custom Field resource created.
Body ()
Root Schema : User Custom Fields
Type: object
Show Source
Nested Schema : elementOptions
Type: array
Show Source
Nested Schema : learnCenter
Type: object
Show Source

400 Response

Request has incorrect syntax or does not contain a field that is required.

409 Response

Another resource with the same identifier already exists.

422 Response

Request may contain validation errors.

500 Response

Internal server error.
Back to Top