Skip to content

Adds Face Unlock management and V2 API updates#306

Merged
bepsoccer merged 12 commits intomasterfrom
release
Apr 27, 2026
Merged

Adds Face Unlock management and V2 API updates#306
bepsoccer merged 12 commits intomasterfrom
release

Conversation

@bepsoccer
Copy link
Copy Markdown
Owner

Adds comprehensive cmdlets for managing Face Unlock credentials for Verkada Access users:

  • Introduces Enable-VerkadaAccessUserFaceUnlock to allow users to enable face unlock using an existing profile photo or by uploading a new one.
  • Adds Disable-VerkadaAccessUserFaceUnlock to remove face credentials and disable the unlock method.
  • Implements Send-VerkadaAccessUserFaceUnlockInvite to send enrollment invitations via mobile.
  • Includes a version parameter for Face Unlock cmdlets.

Updates documentation examples across the module to consistently use the V2 API token format, enhancing clarity and consistency. Fixes an example for Enable-VerkadaAccessUserFaceUnlock cmdlet. Adjusts a Connect-Verkada example to use x_api_key instead of x_verkada_auth_api.

Bumps the module version to 0.10.4.

bepsoccer and others added 12 commits April 24, 2026 16:42
Introduces functionality to enable face unlock for Access users by either copying an existing profile photo or uploading a new one. Supports both internal and external user identifiers.

closes #298
Updates the .EXAMPLE blocks across the module to reflect the V2 API token format. Also corrects a parameter name from -x_verkada_auth_api to -x_api_key in the Connect-Verkada example.
…ceunlock

298 Enable-VerkadaAccessUserFaceUnlock
…unlockinvi

299 Send-VerkadaAccessUserFaceUnlockInvitation
…aceunlock

Adds Disable-VerkadaAccessUserFaceUnlock
This new parameter allows for dynamic specification of the API version within the request URL. While currently defaulting to and validating only 'v2', it provides extensibility for future API version support.
@bepsoccer bepsoccer merged commit a64816a into master Apr 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant