Update, read or delete an entity using entity name
post/identity/entity/name/{name}
Request body
disabledboolean
If set true, tokens tied to this identity will not be able to be used (but will not be revoked).
idstring
ID of the entity. If set, updates the corresponding existing entity.
metadataobject
Metadata to be associated with the entity. In CLI, this parameter can be repeated multiple times, and it all gets merged together. For example: vault <command> <path> metadata=key1=value1 metadata=key2=value2