How to set owner (and guests) of a newly created board

I am now able to create a board from my Wordpress website, it nicely checks if the board already exists and if not it creates the board. It also shows invited guests.

The owner of the board created is always set to the current account admin. How do I set the board ownership to another team member, using the V2 API. I miss the ability to give the board owner id in the create_board mutation.

Also, I need to invite guest users to the newly created board. I do not see how to do this in the V2 API.

1 Like

Hi @basdebruin :wave:

I just wanted to ping you in regards to this as the ability to add subscribers to a board, as well as set a board owner, is something we’ve added to the API v2 fairly recently :tada:

You can check it out here - https://monday.com/developers/v2#mutations-section-boards-add-subscribers

Cheers!

-Scott

Hi @Scott-monday.com

I noticed this important functionality, many thanks to the team. I was looking for adding / deleting guests to a board (by email) from the API. Any change that this will be implemented in the API?