Create a new MotherDuck user
create_md_user.RdSends a POST request to the MotherDuck REST API to create a new user
within your organization. This operation requires administrative privileges
and a valid access token.
Value
A tibble summarizing the API response, typically containing the newly created username and associated metadata.
Details
This function calls the MotherDuck Users API endpoint to create a new user under the authenticated account. The provided token must belong to a user with permissions to manage organization-level accounts.