GraphQL#
Curity Identity Server supports GraphQL as a way to query and manipulate data. GraphQL is a typesafe query language for APIs and a runtime for executing those queries. Curity Identity Server exposes multiple GraphQL endpoints for different purposes, such as managing user accounts, database clients, and more. The Developer Guide provides more information about the usage of the GraphQL features in the Curity Identity Server.
See the below links for further details about the GraphQL endpoints in the Curity Identity Server.
User Management GraphQL API
Manage user account and associated resources, such as devices, using the GraphQL API exposed via an endpoint in the User Management profile.
Database Clients GraphQL API
Manage database clients using the GraphQL API exposed via an endpoint in the Token profile.
Granted Authorizations GraphQL API
Manage granted authorizations using the GraphQL API exposed via an endpoint in the Token profile.
Dynamic Client Registration GraphQL API
Manage DCR clients using the GraphQL API exposed via an endpoint in the Token profile.