# Disable user account (tenant) Disable a user for an account (tenant). A disabled user cannot log in to the account (tenant) or use the system. Provide the user's ID as a path parameter. Endpoint: POST /resources/tenants/users/v1/{userId}/disable Security: bearer ## Path parameters: - `userId` (string, required) ## Header parameters: - `frontegg-tenant-id` (string) The tenant identifier. Required for requests to api.frontegg.com (or your region) when using a management token. Parsed from the token when using user or API tokens ## Response 200 fields ## Response 201 fields ## Response 403 fields