FusionAuth API — Entity
FusionAuth API — Entity. 24 operations. Lead operation: Retrieves the entities for the given Ids. If any Id is invalid, it is ignored.. Self-contained Naftiko capability covering one business surface.
FusionAuth API — Entity is a Naftiko capability published by FusionAuth, one of 33 capabilities the APIs.io network indexes for this provider. It bundles 24 operations across the POST, GET, DELETE, PATCH, and PUT methods rooted at /v1/api/entity.
The capability includes 4 read-only operations and 20 state-changing operations. Lead operation: Creates an Entity. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include FusionAuth and Entity.
What You Can Do
MCP Tools
fusionauth-createentity
Creates an Entity. You can optionally specify an Id for the Entity. If not provided one will be generated.
fusionauth-searchentitygrantswithid
Searches Entity Grants with the specified criteria and pagination.
fusionauth-searchentitieswithid
Searches entities with the specified criteria and pagination.
fusionauth-searchentitiesbyidswithid
Retrieves the entities for the given Ids. If any Id is invalid, it is ignored.
fusionauth-createentitytype
Creates a Entity Type. You can optionally specify an Id for the Entity Type, if not provided one will be generated.
fusionauth-searchentitytypeswithid
Searches the entity types with the specified criteria and pagination.
fusionauth-createentitytypewithid
Creates a Entity Type. You can optionally specify an Id for the Entity Type, if not provided one will be generated.
fusionauth-deleteentitytypewithid
Deletes the Entity Type for the given Id.
fusionauth-patchentitytypewithid
Updates, via PATCH, the Entity Type with the given Id.
fusionauth-retrieveentitytypewithid
Retrieves the Entity Type for the given Id.
fusionauth-updateentitytypewithid
Updates the Entity Type with the given Id.
fusionauth-createentitytypepermission
Creates a new permission for an entity type. You must specify the Id of the entity type you are creating the permission for. You can optiona
fusionauth-createentitytypepermissionwithid
Creates a new permission for an entity type. You must specify the Id of the entity type you are creating the permission for. You can optiona
fusionauth-deleteentitytypepermissionwithid
Hard deletes a permission. This is a dangerous operation and should not be used in most circumstances. This permanently removes the given pe
fusionauth-patchentitytypepermissionwithid
Patches the permission with the given Id for the entity type.
fusionauth-updateentitytypepermissionwithid
Updates the permission with the given Id for the entity type.
fusionauth-createentitywithid
Creates an Entity. You can optionally specify an Id for the Entity. If not provided one will be generated.
fusionauth-deleteentitywithid
Deletes the Entity for the given Id.
fusionauth-patchentitywithid
Updates, via PATCH, the Entity with the given Id.
fusionauth-retrieveentitywithid
Retrieves the Entity for the given Id.
fusionauth-updateentitywithid
Updates the Entity with the given Id.
fusionauth-deleteentitygrantwithid
Deletes an Entity Grant for the given User or Entity.
fusionauth-retrieveentitygrantwithid
Retrieves an Entity Grant for the given Entity and User/Entity.
fusionauth-upsertentitygrantwithid
Creates or updates an Entity Grant. This is when a User/Entity is granted permissions to an Entity.