The /users (POST) endpoint accepts a list of user (objects) as input to create admin console users within your organization.

{/* request body */
    "organizationID": 0001,
    "identityProviderID": "1",
  	"userPropertyBundleID": "1",
    "users": [
      {
        "firstName": "",
        "lastName": "",
        "email": "",
        "credential" : ""
      }
    ]
}

For detailed descriptions of each role, visit Org User Management

RoleuserPropertyBundleIDpropertyName
Organization Administrator1orgAdmin
Organization Service Manager2orgServiceManager
Organization Auditor3orgAuditor
Organization Manager5orgManager
Default Organization User4orgUser
Relying Party Administrator101rpAdmin
Relying Party Service Manager102rpServiceManager
Relying Party Auditor103rpAuditor
Relying Party Manager104rpManager
Default Relying Party User105rpUser
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!