What is the best way to create large number of groups in Okta? I want to basically create a number of groups in Okta. Since the quantity is high i am looking at some utility/option to create all the groups in one go.
Asked
Active
Viewed 420 times
0
-
What language are you looking to use? The official Okta SDKs support creating groups. – Brian Demers Aug 01 '17 at 19:28
-
Thanks @BrianDemers, i will go through the SDK. https://developer.okta.com/docs/api/resources/groups.html – Deepak Prasad Aug 02 '17 at 02:49
-
OKTA doesn't support multiple record creation. Neither for users nor for groups. We can create multiple groups by calling the POST API for group creation multiple times. – Milind Gokhale Aug 04 '17 at 22:32