POST/groups/{groupId}/note

Creates a team/group note.

Note
This API operation is available only if the useNote property of a team/group is true.

Authorization

oauth2

OAuth 2.0 authentication.
For more information, see Authentication and Authorization.

Scope

group.note

HTTP Request

POSThttps://www.worksapis.com/v1.0/groups/{groupId}/note

Path Parameters

ParameterTypeDescription
groupId string 

Team/group ID


required
example : group127-8545-4463-603b-04d550d23bf 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 202

Accepted

HTTP 400

Bad Request

HTTP 403

Forbidden

HTTP 404

Not Found

HTTP 500

Internal Server Error