Skip to content

API設計

Averak edited this page Oct 13, 2022 · 1 revision

Auth API

ログインAPI

POST
/api/login

ログアウトAPI

GET
/api/logout

User API

ユーザリスト取得API

GET
/api/users

ユーザ取得API

GET
/api/users/{user_id}

ユーザ更新API

PUT
/api/users/{user_id}

ユーザ削除API

DELETE
/api/users/{user_id}

ログインユーザ取得API

GET
/api/users/me

User Group API

ユーザグループリスト取得API

GET
/api/user-groups

Mail API