post https://{account}.piwik.pro/api/users/v2/invite
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
13curl --request POST \
--url https://example.piwik.pro/api/users/v2/invite \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--data '
{
"data": {
"attributes": {
"language": "en-US"
}
}
}
'
xxxxxxxxxx
12{
"data": {
"id": "985ed9d7-b652-47b8-b9cf-c17d62735261",
"type": "ppms/user",
"attributes": {
"email": "john@doe.com",
"role": "USER",
"addedAt": "2018-06-25T07:28:52+01:00",
"language": "en-US"
}
}
}