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

Bulk enable users

The request is rejected when any of the given IDs does not exist.

post
Authorizations
defguard_sessionstringRequired
Body
usersinteger · int64[]Required
Responses
200

Users enabled.

No content

post/api/v1/user/bulk-enable
POST /api/v1/user/bulk-enable HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 23

{
  "users": [
    1,
    4,
    6,
    23,
    35
  ]
}

No content

Last updated

Was this helpful?