Creating a Service Account programmatically Q&A

Hey! I’ve been looking for a way to create a service account programmatically but after searching for similar topics in the forums and looking through the API documentation I was not able to find a way to do it.

Is creating a service account programatically possible and if so where can I find any guidance on how to do it? :slight_smile:
Thanks in advance!

Litium version: 7.4.2

I was able to find an answer to my question. It is possible to create service accounts programmatically making use the Litium.Application.Security.OAuth.OAuthClientService to create an Litium.Application.Security.OAuth.OAuthClient and also using Litium.Security.PasswordService (to create the hashed password for the OAuthClient instance).

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.