Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[SDK-4011] Add API2 Factor Management Endpoints #476

Merged
merged 1 commit into from
Mar 14, 2023

Conversation

adamjmcgrath
Copy link
Contributor

Changes

Method Endpoint Description
GET /api/v2/users/{user}/authentication-methods Gets a list of authentication methods
GET /api/v2/users/{user}/authentication-methods/{authentication_method_id} Gets an authentication method by ID.
POST /api/v2/users/{id}/authentication-methods Creates an authentication method for a given user.
PUT /api/v2/users/{user}/authentication-methods Updates all authentication methods for a user by replacing them with the given ones.
PATCH /api/v2/users/{user}/authentication-methods/{authentication_method_id} Updates an authentication method.
DELETE /api/v2/users/{user}/authentication-methods Deletes all authentication methods for the given user.
DELETE /api/v2/users/{user}/authentication-methods/{authentication_method_id} Deletes an authentication method by ID

@adamjmcgrath adamjmcgrath requested a review from a team as a code owner March 14, 2023 08:19
@adamjmcgrath adamjmcgrath changed the title Add API2 Factor Management Endpoints [SDK-4011] Add API2 Factor Management Endpoints Mar 14, 2023
@adamjmcgrath adamjmcgrath merged commit 1a1b975 into master Mar 14, 2023
@adamjmcgrath adamjmcgrath deleted the factor-management branch March 14, 2023 14:23
@adamjmcgrath adamjmcgrath mentioned this pull request Mar 14, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants