Yes, the Azure AD B2C Graph API allows you to perform CRUD operations for users.
You can create a user by sending a "POST" request to the / users endpoint.
The following documentation demonstrates this using utc B2CGraphClient files written in C #:
Azure AD B2C: use a graph
(see the GitHub link on the page to download sample code)
, Azure AD B2C : " " " ".
, .