ReferenceAPIOperationsUsers
Re-enable user
Re-enables a previously disabled user.
Operation ID
re_enable_userRe-enables a previously disabled user.
Authorization
bearer_auth AuthorizationBearer <token>
In: header
Path Parameters
user_id*string
User ID
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/v1/users/string/enable"{ "user": { "avatar_url": "string", "created_at": 0, "display_name": "string", "email": "string", "id": "string", "role": "owner", "status": "active", "updated_at": 0 }}