Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[SDK-4013] Add API2 Factor Management Endpoints #791

Merged
merged 2 commits 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 13, 2023 13:51
@adamjmcgrath adamjmcgrath added the review:small Small review label Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review:small Small review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants