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

Block user

Block user

post

Blocks a user and prevents access. Returns the updated user object.

Path parameters
uniqueFilterstringRequired

User identifier (USR-...) or user email address.

Responses
200

OK

application/json
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
emailstringOptional
statusstringOptional
firstNamestringOptional
lastNamestringOptional
lastLoginAtstring · date-time · nullableOptional
post/public/v1/accounts/users/{uniqueFilter}/block

Last updated

Was this helpful?