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 one of two roles that determine their permissions within the organization:
MEMBER
: Limited permissions. Can view their own reward and order histories only.ADMIN
: Update organization settings, invite other members to the organization, and view all member order and reward histories within their organization.
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 that person needs to sign up for a Tremendous account manually. You can either use the invite_url
parameter from the response and pass that on to the person manually as their individual sign-up-link. Or you can set the invite
parameter to true
in the request and we will send an invite via email automatically.
️ Automatic invitations are not available in the sandbox
You must manually use the returned
invite_url
instead.