client.users.post_unsuspend

A method of the Users endpoint.

post_unsuspend(id: int) Response

Unsuspends user

API URL: POST /users/{id}/unsuspend

import civis
client = civis.APIClient()
response = client.users.post_unsuspend(...)
Parameters:
idint

The ID of this user.

Returns:
civis.Response
  • idint

    The ID of this user.

  • userstr

    The username of this user.

  • unlocked_atstr (date-time)

    The time the user’s account was unsuspended