Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DE-1203 subaccounts & X-Mailgun-On-Behalf-Of http header #318

Merged
merged 2 commits into from
Jan 24, 2024

Conversation

sadbeam
Copy link
Collaborator

@sadbeam sadbeam commented Jan 8, 2024

DE-1201 - added subaccounts CRUD

DE-1201 - added support of X-Mailgun-On-Behalf-Of http header

Purpose:

Implement operations with subaccounts API. Subaccounts gives an account admin the ability to create a new account (Subaccount) that’s linked to the primary account, but separates users and assets from the primary account.

Primary accounts can make API calls on behalf of their subaccounts, e.g. sending messages, managing mailing lists, etc. This is accomplished by using the X-Mailgun-On-Behalf-Of header, which must contain the subaccount’s account ID.

@sadbeam sadbeam changed the title DE-1201 subaccounts & X-Mailgun-On-Behalf-Of http header DE-1203 subaccounts & X-Mailgun-On-Behalf-Of http header Jan 8, 2024
@sadbeam sadbeam merged commit b39a353 into mailgun:master Jan 24, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants