cURL
curl --request POST \ --url https://in.rough.app/api/v1/person \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "email": "<string>", "image": "<string>", "description": "<string>" } '
{ "id": "<string>", "name": "<string>", "email": "<string>", "imageSet": { "16": "<string>", "32": "<string>", "64": "<string>", "128": "<string>", "256": "<string>" }, "description": "<string>" }
Create a person in the workspace
1
Show child attributes
Was this page helpful?