Each organization has one or more users that can access and manage that organization. These users are called members.
Members can take actions via the Tremendous web dashboard directly. These actions include adding funding sources to the organization, creating Campaigns, and more.
Permissions
Members can have a role that determine their permissions within the organization.
Check the Roles API for the available roles.
To create members of a sub-organizations create an API key for that organization first, then use the new API key in the create member request.
Inviting new members
After creating a member, an automatic invite is sent to the email address. If the user is not registered yet, that person will then need to sign up for a Tremendous account.
Automatic invitations are not available in the sandbox
You must manually use the returned
invite_url
field in the payload instead.