Skip to main content

POST /v1/users/signup

Overview

ユーザのサインアップをします。

Sample

curl -X POST http://localhost/api/v1/users/signup

Response Body

{
"id": "e396a69b-62dc-43d7-a42f-0851acb59fab",
"provider_type": "firebase",
"provider_id": "example-project",
"provider_user_id": "a2O1D8CnNsQvGc0aONRMPgVDFnv2"
}
カラム名データ型詳細
idstring本サービスでのユーザを一意に示す ID。
provider_typestringユーザの認証に使用されているプロバイダ。
provider_idstring認証プロバイダないでのユーザプール ID。
provider_user_idstring認証プロバイダ内で管理されているユーザ ID