In other ways, we tried to create promotable_user but we also got failed.
Authenticated User Access
{
"data": {
"user_id": 900293798307037186,
"permissions": [
"ACCOUNT_ADMIN",
"TWEET_COMPOSER"
]
},
"request": {
"params": {
"account_id": "18ce54kld5c"
}
}
}
{
"data": {
"user_id": 900293798307037186,
"permissions": [
"AD_MANAGER",
"TWEET_COMPOSER"
]
},
"request": {
"params": {
"account_id": "18ce54sn9e8"
}
}
}
Twiiter user
ads account id : 18ce54kld5c
user ID:900293798307037186
ads account id : 18ce54sn9e8
user ID:942666096250830848
promotable_users
https://ads-api.twitter.com/4/accounts/18ce54kld5c/promotable_users
{
"request": {
"params": {
"account_id": "18ce54kld5c"
}
},
"next_cursor": null,
"data": [
{
"user_id": "900293798307037186",
"id": "sjtf3",
"account_id": "18ce54kld5c",
"created_at": "2017-09-21T08:56:33Z",
"updated_at": "2018-05-01T08:51:48Z",
"deleted": false,
"promotable_user_type": "FULL"
}
]
}
https://ads-api.twitter.com/4/accounts/18ce54sn9e8/promotable_users
{
"request": {
"params": {
"account_id": "18ce54sn9e8"
}
},
"next_cursor": null,
"data": [
{
"user_id": "942666096250830848",
"id": "10lydz",
"account_id": "18ce54sn9e8",
"created_at": "2018-10-23T13:11:47Z",
"updated_at": "2018-10-23T18:49:00Z",
"deleted": false,
"promotable_user_type": "FULL"
}
]
}
We think we’ll get able to create promotion tweets and timed tweets when we create promotable user (942666096250830848) under 18ce54kld5c.
Thank you.