Account and Teams
JOFI Account
Make a GET request to the following endpoint:
/account
Example request
Get Account
{base_url}/account?auth={auth_token}&sid={account_sid}
Because your API request includes your account_sid
as a query parameter, this API request will return the details about your JOFI Account, including the list of teams.
Example response:
{
"id": 8080,
"display_name": "Example Company, Inc.",
"teams": [
{
"id": 4242,
"display_name": "Recruiting Team"
},
{
"id": 5353,
"display_name": "Career Coaching Team"
},
]
}
You will need to use the Team IDs when you create Invitations.