Share a stack

POST https://{{base_url}}/v3/stacks/share

The Share a stack call shares a stack with the specified user to collaborate on the stack.

To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken. 
Read more about it in Authentication.


For more information, refer to the Share a stack API Reference document

Request Body

{"emails"=>["manager@example.com"], "roles"=>{"manager@example.com"=>["abcdefhgi1234567890"]}}

HEADERS

KeyDatatypeRequiredDescription
api_keystring
authtokenstring
Content-Typestring