user group

ユーザーグループを作成します

post/groups

Request body

namestring required

グループ名(30文字以内)

descriptionstring

説明

Response

正常に作成できました

groupIdstring uuid

グループUUID

namestring

グループ名

descriptionstring

グループ説明

typestring

グループタイプ

adminUserIdstring uuid

グループ管理者UUID

membersstring[]

UUIDの配列

createdAtstring date-time

グループ作成日時

updatedAtstring date-time

グループ更新日時

Changes