def collaborator_invite_accept(self, sso_session_id, invite_key):
        """Accept a collaboration invite. Become attached the the company"""
        # Adding name to populate supplier can remove once we remove from supplier
        return self.patch(
            url=url_collaborator_invite_detail.format(invite_key=invite_key),