Skip to content

i can't update users acf #406

@PixelCT

Description

@PixelCT

I tried updating users acf and it doesn't work.

my case 1:
endpoint
wp/v2/users/{user id}
body
{
"fields":{
"url":"any url"
}
}
It respone 200 but the data is not updated.
posts acf can be updated in this way.

my case 2:
endpoint
acf/v3/users/{user id}
body
{
"fields":{
"url":"any url"
}
}
It is respone 500 with below
{
"code": "cant_update_item",
"message": "Cannot update item",
"data": {
"status": 500
}
}

How can I update users acf?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions