Adds an attribute to an entity type.This also adds the new attribute to all existing user profiles.

Recipes
Create an entity type attribute
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

Status of the operation.

OK ERROR FAIL

attr_defs
object

Attribute added to the entity type.

Has additional fields
string

Name of the entity type.

Language
Authentication
URL