For the complete documentation index, see llms.txt. This page is also available as Markdown.

Bulk start user enrollment

Disabled users are skipped and counted in the skipped response field. Already enrolled users are enrolled again. The request is rejected when any of the given IDs does not exist or is your own.

post
Authorizations
defguard_sessionstringRequired
Body
send_enrollment_notificationbooleanOptional

Whether to send enrollment email to each user (uses user's stored email).

token_expiration_timestring · nullableOptional

Token expiration override in humantime format, for example 24h. Falls back to the system setting.

usersinteger · int64[]Required
Responses
200

Enrollment started.

application/json
objectOptional
post/api/v1/user/bulk-start-enrollment

Last updated

Was this helpful?