createOrganization
@FormUrlEncoded
@POST(value = "organizations")
Creates a new organization.
Return
A ClerkResult containing either the created Organization on success or a ClerkErrorResponse on failure
Parameters
name
The name of the organization to create
See also
com.clerk.api.organizations.create