Create Service account using fctl

Step 1 - Install and initialize fctl - the Formant administrative command line tool, using instructions from our help docs.

Step 2 - Create a service account by running the following command. The default output is in text. It can be modified to allow JSON using -o json.

fctl create service-account server001 --role administrator

To see more details, run the following:

fctl create service-account -h

After successfully running this command, fctl will output the required credentials for your service account, including service account email and password.