Create an entity type

Creates an entity type that includes the specified set of attributes.

Recipes
Create an entity type
Open Recipe
Form Data
string

Name of the entity type (user profile database) where the user profile is stored.

attr_defs
array of objects

Attributes and attribute definitions being assigned to the entity type. Note that additional key-value pairs might be needed depending on whether validations such as case-sensitive are assigned to an attribute.

attr_defs
Response

Response body
object
string

Name of the entity type.

attr_defs
array

JSON array containing information about the attributes associated the entity type.

attr_defs
string

Status of the operation

OK ERROR FAIL

Language
Authentication
URL