Comment on page
React Hooks
This page will include a table of all react hooks.
Hook Name | Hook Description |
---|---|
This endpoint is used to check whether a user has a role. Roles are defined in the dashboard and tied to a Chain, Token, and Quantity. | |
React hook to check if a user has the passed in the role for an organizationID. | |
React hook to check if a user has the passed in role. | |
This endpoint allows a developer to add key/value data to a user. This is incredibly helpful if you need to add a specific user data and don't have a backend. | |
This endpoint creates a new organization with a given name and description. You must pass in the creating user's access token to create an audit trail to see who is the original creator. |
Last modified 1yr ago