reactivate

abstract suspend fun reactivate(memberId: String): ReactivateMemberResponse

Reactivates a deleted Member's status and its associated email status (if applicable) to active. The caller must have permission to call this endpoint via the project's RBAC policy & their role assignments.

Return

ReactivateMemberResponse

Parameters

memberId

The ID of the member to be reactivated


abstract fun reactivate(memberId: String, callback: (ReactivateMemberResponse) -> Unit)

Reactivates a deleted Member's status and its associated email status (if applicable) to active. The caller must have permission to call this endpoint via the project's RBAC policy & their role assignments.

Parameters

memberId

The ID of the member to be reactivated

callback

a callback that receives a ReactivateMemberResponse