Skip to content

Groups API event description write permission #1459

@restoredtemecula

Description

@restoredtemecula

Related Product
Which product is this question related to?
API

Describe the question
We are using a third-party OAuth app against Planning Center Groups API v2.
Our token has groups scope and can successfully read a Groups event via:

GET /groups/v2/events/{eventId}
But when we try to update the same event’s description with:

PATCH /groups/v2/events/{eventId}
we receive:

403 Forbidden
User with id ... cannot update ... EventVertex ...
The same connected user can edit the event description in the Planning Center UI.

Can a third-party OAuth app update the description field on a Groups Event resource through the public API?
If yes, what permissions or app configuration are required beyond normal UI event-edit access?

I have..

  • Reviewed the documentation found at https://developer.planning.center/docs
  • Searched for previous issues answering this question
  • Removed all private information from this issue (credentials, tokens, emails, phone numbers, etc.)
  • Reviewed my issue for completeness

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions